> -----Original Message-----
> From: Aiken, Weston - Raleigh, NC [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 21, 2002 11:46 AM
> To: [EMAIL PROTECTED]
> Subject: <bean:write>
> 
> 
> Is there a struts tag to display a String that has been added to the
> Request as an attribute, instead of adding an object with a 
> property and
> a getter?
>  
> Non Struts way:
>  
> <%=request.getAttribute("myattribute")%>
>  
> Struts way:
>  
> ?
>  
> The bean:write tag wants an object with a getter and I simply want to
> pass a String and pull it out to display it. 

If you can use Servlet 1.3 and JSP 1.2, then you can use the JSTL, which
provides this functionality.

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

Reply via email to