aspose file tools
The moose likes JSF and the fly likes radio button not working with panelgrid Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "radio button not working with panelgrid" Watch "radio button not working with panelgrid" New topic
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!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: radio button not working with panelgrid
 
Similar Threads
Question on how to sort tomahawk datatable
Unable to call Action Methof
Empty text Field Validation in JSF data Table
Component ID frm1_window viewid has already been found in the view
how to expand and collapse rows in datatable