HI
You will be assigning values for every radio butttons right, give one of those values as the iniatilization parameter for the property you have assosciated with the radio button in the bean.
I mean
String prop = "x";
<html:radio property="prop" value="y" /> <html:radio property="prop" value="x"/>
after that second radio with value "x" will be selected.
E.FAISAL
From: "Sunil Sharma \(C\)" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: defaullt selection of radio button Date: Fri, 10 Oct 2003 18:55:59 +0530
Group,
I had some radio buttons. There is requirement to auto select one of the button by default. Can any body give me some pointers how can I do that
Thanks in advance
Sunil
_________________________________________________________________
Talk to Karthikeyan. Watch his stunning feats. http://server1.msn.co.in/sp03/tataracing/index.asp Download images.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

