Sorry, I'm new with Struts. What's Struts-EL tags?
Where can I find info please ? 
Thanks

----- Original Message ----- 
From: "Wendy Smoak" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Thursday, March 27, 2003 18:28
Subject: RE: Imbeding a struts tag in another ?


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


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

Reply via email to