Hi, I'm having the following problem. I need to display a radio button in a Jsp but the attribute "value" of this radio button must be set with the property of a bean located in the request. How can I code that using struts tags only ?
I tried the following but does not work. <html:radio property="selection" value="<bean:write name="obj" property="prop" />" /> Any idea ? Thanks Jean-Michel Auguste

