This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JSF and the fly likes selectOneRadio's value attribute giving false as value Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSF
Reply Bookmark "selectOneRadio Watch "selectOneRadio New topic
Author

selectOneRadio's value attribute giving false as value

Adnan Gondal
Ranch Hand

Joined: Apr 30, 2011
Posts: 32
In one JSF page i am setting value of selectOneRadio in a data member of a bean and getting this value in another JSF page. But when i get that bean's data member value, it gives false. Kindly tell me what is going wrong?

Edited:

Ist.jsp:-


Second.jsp:-



C1.java:-
 
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: selectOneRadio's value attribute giving false as value
 
Similar Threads
How to create Hyperlink for SelectItem
Nest the selectOneRadio Under the selectManyCheckbox
How to make one of the Radio button default selected
Dynamic Radio Button
selectOneRadio problem