To insert a messageRadioSet:
The messageRadioSet node is inserted and highlighted under the expanded parent node.
The option node is inserted and highlighted under the expanded messageRadioSet node.
Note: To use data binding, see Data Binding a Component Attribute.
Tip: For a radio button to be rendered as selected, ADF UIX uses these attributes in this order of precedence: selection attribute on the container, selected attribute on the radio button component, selectedValue attribute on the container, selectedIndex on the container.
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.
...
<messageRadioSet prompt="State"
messageType="info"
message="California is the sunny state."
selectedValue="CA"
name="mrs1">
<contents>
<option text="Alabama" value="AL" />
<option text="Alaska" value="AK" />
<option text="Arizona" value="AZ" />
<option text="Arkansas" value="AR" />
<option text="California" value="CA" />
<option text="Colorado" value="CO" />
...
</contents>
</messageRadioSet>
...
About MessageRadioSet
About Message Form Components and Attributes
Inserting an End Named Child for a
Message Form Component
Working with Form Components
Copyright © 1997, 2004, Oracle. All rights reserved.