| Author |
radio button not working with panelgrid
|
chintan shah
Greenhorn
Joined: Oct 05, 2008
Posts: 7
|
|
here either the radio button group works fine or the rest of the command links and buttons work fine.... not both.... if the radio button group is cut then the rest of the command links triggers the action handlers but if the radiobutton is present then none of the action is triggered..... if the menulist rendering is made static then the rest of the code works fine....but if it is dynamic then the command buttons and links in rest of the code does not work.... typically illogical problem....please help... [ October 14, 2008: Message edited by: chintan shah ]
|
 |
Srikanth Madasu
Ranch Hand
Joined: Sep 10, 2008
Posts: 48
|
|
From your description I understand that the SelectOneRadio is creating the problem. I am guessing to be a prob with the converter... try using appropriate converter for selectOneRadio... You can use JSF converter <f:converter converterId="javax.faces.Long"/> <f:converter converterId="javax.faces.Character"/> Hope this helps --Srik
|
If it's easy.. then everybody would do it!
|
 |
 |
|
|
subject: radio button not working with panelgrid
|
|
|