The ICEfaces Component Suite provides enhanced implementations of the following Standard JSF selection components:
These components have been extended to provide support for the following attributes:
The following code shows how to create a simple selectOneRadio component with partialSubmit enabled:
<ice:selectOneRadio
value="#{selectionTags.drink}"
partialSubmit="true">
<f:selectItems value="#{selectionTags.drinkItems}"/>
</ice:selectOneRadio>