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?
--
Benjamin Lerman
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]