Re: html:radio in struts

2008-03-20 Thread Antonio Petrelli
2008/3/20, Sonu S <[EMAIL PROTECTED]>: > Hi, > > I have something like this in JSP : > > MALE > FEMALE > > 1) i want to know how to make "Male" to be default selected when page is > loaded Initialize your ActionForm's "gender" property with "male". > 2) I would set the value in form bean a

html:radio in struts

2008-03-19 Thread Sonu S
Hi, I have something like this in JSP : MALE FEMALE 1) i want to know how to make "Male" to be default selected when page is loaded 2) I would set the value in form bean and on second page i would display radio buttons to change the value. i would like to know how to make one radio button selec