Click to See Complete Forum and Search --> : problem with java struts-radio button


swetha.k
12-07-2005, 09:27 AM
I am using struts 1.1

I want to set the radio/checkbox default when jsp page is loaded .

<html:radio property="rdStatus1" value="O" >Active</html:radio>
<html:radio property="rdStatus1" value="O" >INActive</html:radio>

<html:checkbox property="chkInitPwd"/>