On 11/7/05, Benjamin Lerman <[EMAIL PROTECTED]> wrote:
>  Hi all,
>
>  I need to do something like that:
>
>  <bean:write name="foo" property="bar(<bean:write name="quz">)" />
>
>  But I get an error about an equal begin not in the right place.
>
>  Right now, the only solution I found is to use scriplet to generate the
>  "bar(whatever)" strings, to put that in a foobar variable and use :
>
>  <bean:write name="foo" property="<%= foobar %>" />
>
>  But I do not find that really appealing.
>
>  Is there a way to do it using only Struts?

Struts EL

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

Reply via email to