> 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"  />"  />

Can you use the Struts-EL tags?
<html:radio property="selection" value="${obj.prop}" />

-- 
Wendy Smoak
Applications Systems Analyst, Sr.
Arizona State University PA Information Resources Management

Reply via email to