Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 4
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
This JIRA is to add a new ace:radioButtons component that would support stamping out a set of radioButtons based on one component tag, similar to the h:selectOneRadioButton component.
This would support all the styling/attributes of the existing ace:radioButton component, but would support f:selectItems to define the buttons and would use a single value attribute to define the currently selected radioButton.
This would support all the styling/attributes of the existing ace:radioButton component, but would support f:selectItems to define the buttons and would use a single value attribute to define the currently selected radioButton.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Note that this feature was previously supported in the ice:selectOneRadio component.
<ice:selectOneRadio id="SlctDrk" value="#{selectionTags.selectedDrink}" valueChangeListener="#{selectionTags.effectChangeListener}" partialSubmit="true" > <f:selectItems id="SlctDrkItms" value="#{selectionTags.drinkItems}"/> </ice:selectOneRadio>
Show
Ken Fyten
added a comment - - edited Note that this feature was previously supported in the ice:selectOneRadio component.
<ice:selectOneRadio id= "SlctDrk"
value= "#{selectionTags.selectedDrink}"
valueChangeListener= "#{selectionTags.effectChangeListener}"
partialSubmit= " true " >
<f:selectItems id= "SlctDrkItms" value= "#{selectionTags.drinkItems}" />
</ice:selectOneRadio>
r46531: removed 'inField' value from 'labelPosition' TLD documentation.
Thank you for observing that, Carmen. The 'inField' value has now been removed from the ace:radioButtons documentation, since ace:radioButton doesn't support it either.