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 output doesn't check the radio
button)
The radio button is a string in my form bean and I want to check one of the
radio button(belonging to Y or N value).

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 or Controller servlet by using appropriate setter method for the
String 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