Hi, I have a radio group in the view which contains male and female option to select
<tr> <td>Gender:<sup style="color:#FC0213;"> *</sup></td> <td><t:radiogroup t:value="gender"> <input t:type="radio" t:id="male" t:value="male" t:label="Male" class="signup_input" /> Male <input t:type="radio" t:id="female" t:value="female" t:label="Female" class="signup_input" /> Female </t:radiogroup></td> </tr> here my problem is in the corresponding java class how to retrieve the radio button value which is selected by the user? Thanks in advance. -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-get-the-selected-value-from-radio-group-tp5472198p5472198.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
