Hi
I need to have a table with 3 radio buttons. And I need to store the value of the radio button selected on a mapping.
This is the code:
And my backing bean:
Where do I put the values (Type 1, 2 and 3) for each radio button? Is it on the selectOneRadio tag? The f:selectItems tag? The
java code?
After each radio button has a value associated in case of being checked, how do I get that value from the selectItems object, so I can store it in a map?
Thanks in advance
tirwit