--- Struts2 Fan <[EMAIL PROTECTED]> wrote:
> <s:url action="myAction" includeParams="all">
> <s:param name="myId" value="%{#bean.id}"/>
> <s:param name="myName" value="%{#bean.name}"/>
> <s:param name="mySurname"
value="%{#bean.surname}"/>
> </s:url>
One posible solution:
<s:url action="myAction" includeParams="all" id="foo">
[...]
<s:property value='#foo' escape="false"/>
d.
____________________________________________________________________________________
It's here! Your new message!
Get new email alerts with the free Yahoo! Toolbar.
http://tools.search.yahoo.com/toolbar/features/mail/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]