>From the documentation : http://struts.apache.org/2.1.2/docs/url.html escapeAmp : Specifies whether to escape ampersand (&) to (& or not
So I guess in order to have the url showing "&" you need to set "escapeAmp" to "false" ... On Wed, Jan 7, 2009 at 10:14 AM, Himanshu Rathore <mymailsubscript...@gmail.com> wrote: > Hi, > > Can anyone please tell me what I'm doing wrong? > > > <s:url id="url" action="register_load" escapeAmp="true"> > > <s:param name="userId" value="%{userId}"/> > > <s:param name="callingPage" value="'callingPage'"/> > > </s:url> > URL is still showing me "&" instead of "&". > > -- > Regards, > Himanshu Rathore > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org