Hi,

 I was using struts 1.0 beta version for my application and I couldn't check
or select the radio button on my JSP
The radio button is a string in my form bean and I want to select that based
on checked or selected that I give for it.

If anyone can give me the syntax for using the tag(Just like HTML tag for
checked=true or something similar in struts version) 
in html <input type=radio value="XXX" checked> should work alright but I
wanted to know the similar syntax in case of struts for getting the radio
selected.
I do not want to initialize the value on the constructor for FormBean as
this value needs to come from my back-end database and I need to populate
this on JSP based on boolean value for one of my entity.

I would appreciate your help.

Thanks,
-Naveen. 

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

Reply via email to