To insert a messageComponentLayout component:
The messageComponentLayout node is inserted and highlighted under the expanded parent node.
Note: To use data binding, see Data Binding a Component Attribute.
For information about message attributes, see Setting the Message Attributes for a Message Form Component. For information about other general attributes of message form components, see Setting the General Attributes for a Message Form Component.
...
<messageComponentLayout rows="6" promptWidth="40%">
<contents>
<messageLayout prompt="Attribute">
<contents>
<stackLayout>
<contents>
<flowLayout>
<contents>
<radioButton name="foo"/>
<messagePrompt prompt="First"/>
<textInput/>
</contents>
</flowLayout>
<flowLayout>
<contents>
<radioButton name="foo"/>
<messagePrompt prompt="Second"/>
<textInput/>
</contents>
</flowLayout>
</contents>
</stackLayout>
</contents>
</messageLayout>
<messageTextInput prompt="Attribute"/>
<messageTextInput prompt="Attribute"/>
<messageTextInput prompt="Attribute"/>
<messageTextInput prompt="Attribute"/>
<messageTextInput prompt="Attribute"/>
<messageTextInput prompt="Attribute"/>
<messageTextInput prompt="Attribute"/>
<messageTextInput prompt="Attribute"/>
</contents>
</messageComponentLayout>
...
About MessageComponentLayout
About Message Form Components and Attributes
Inserting an End Named Child
for a Message Form Component
Working with Layout Components
Working with Form Components
Copyright © 1997, 2004, Oracle. All rights reserved.