Hi,

Am Mittwoch, den 01.08.2007, 19:08 +1000 schrieb Fowler, Perryn:
...
> 
> <% String foo = "bar" %>
> 
> I want to write out the value of foo using the Struts property tag ( so
> that I can make use of its handy escaping functionality)
...
I would do this with <bean:write name="${foo}"/>
But I think it should also work with <bean:write name="foo"/> , but if this 
work, I am not sure.

Alex


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

Reply via email to