Hello all,
I'd like to format a URL with multiple parameters having the same name, eg:
?pn=firstval&pn=secondval&pn=thirdval
Is this possible using <s:url> ? I've tried this:
<s:url...>
<param name="pn" value="firstval" />
<param name="pn" value="secondval" />
<param name="pn" value="thirdval" />
</s:url>
This doesn't work - I get:
?pn=thirdval
Doing something similar with the JSTL <c:url> tag does work, but I'd like
to stick with the struts tag if possible.
Thanks,
Steve
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org