radio « IceFaces « JSF Q&A





1. ICEfaces radio buttons    stackoverflow.com

ICEFaces has strict restriction of closing every inner tag within the outer tag. But when creating a table layout how to incorporate various radiobuttons within different columns of the table.

2. How to get selected icefaces datatable row using radiobutton?    stackoverflow.com

How can I select a row in icefaces datatable using radio button? I tried with the following

<h:selectOneRadio styleClass="none" valueChangeListener="#{bean.setSelectedItem}"
              ...

3. Radio buttons in different parts of the page    stackoverflow.com

I need to place radio button controls with ICEFaces in different parts of my page, according to a layout specification I must meet. SelectOneRadio control allows me to instantiate several radio buttons ...

4. How to use ice:radio tag    icefaces.org

5. Creating radio buttons dynamically    icefaces.org

7. radio+datatable+dataPaginator.    icefaces.org

8. Another tabbing issue with ice:radio in ice:dataTable    icefaces.org

I am using ice:radio in dataTable, and when i tab form the previous field and focus is in the ice:radio field, the highlight with dotted lines is not there, as it seen in the ice:selectOneRadio. Means user will not understand that the focus is in that field, until he press tab which takes him to the next field. Any solution or ...





10. Radio buttons in dataTable    icefaces.org

13. single Radio buttons group over a list or in a table, ....    icefaces.org

Hi, Let describe my problem. I've got a structure in which 1 Foo owns several Bar. In my screen, I give the user to select only 1 Bar whatever the Foo is. Representation of what I want [code] Foo 1 Bar 11 (radio button) Bar 12 (radio Button) Foo 2 Bar 21 Bar 22 Bar 23 Foo 3 Bar 31... [/code] ...

14. Regarding ..select one radio    icefaces.org

I have a select one radio - yes No When no is selected from the above .... I have to select option2 and disable the following options (these are also radio buttons) option 1 option 2 I would have easily done with java script ...but icefaces generates the ids which i will not be able to use... Can any one give ...

15. radio/checkbox align w/tree    icefaces.org





19. ice:select one radio    icefaces.org

i have to design my page as showm in attached file....i have designed my page up to calendar... then i have a radio button to select whether i have selected "By Category" or "All". in that "By Category" i have a drop down box........if i select "By Category" then i have to get the selected item value in drop down...how i ...