Hi,

I would like to know if there is a way to select a radio button in struts 2
by default, which allow me to avoid converting the code as follows :

<input type="radio" checked=true name="listSWModel" id="listSWModelradioList
:" value="List :"/><label for="listSWModelradioList :">List :</label>

I will prefer to use : 

<s:radio id="listSWModelradio" name="listSWModel" list="listSWModelList" />

Can someone help me,

thanks,

aspat
-- 
View this message in context: 
http://www.nabble.com/struts-2-radio-tag-selected-default-tp17642159p17642159.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to