should be working, did you put in s:url tag includeParameters='get' ?

 ____________________________________________ 
____________________________________________



----- Message d'origine ----
De : Stephen Turner <stur...@mit.edu>
À : user@struts.apache.org
Envoyé le : Ven 6 août 2010, 16h 48min 06s
Objet : s:url tag - multiple params with same name


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




---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to