Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Struts 2 »

Re: s:combobox example is not running properly, and <s:param> puts a "amp;" after & character between params

Dave Newton

2007-02-02

Replies:

--- Struts2 Fan <struts2fan@(protected):
> <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: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)

©2008 junlu.com - Jax Systems, LLC, U.S.A.