Marcus,

Depending on which version of Struts you're using, check out:

http://jakarta.apache.org/struts/doc-1.0.2/struts-html.html#link

or

http://jakarta.apache.org/struts/userGuide/struts-html.html#link

Specifically, note that you can provide a Map that contains all of the request 
parameters for the link.

Quoting Marcus Biel:

> Hi,
> I'v got a link that uses dynamic and static parameters at the same time.
> <html:link page="/Action.do?sort=id" paramName="myForm"
> paramId="mySelection" paramProperty="mySelection">ID</html:link>
> Now I need more then one dynamic parameter. How can I add it ?
> Do I just need to repeat paramName="myForm" paramId="mySecondSelection"
> ?
> If so, how to seperate the 2 dynamic parameters ? 
> 
> 
> thx in advance,
> 
> 
> marcus

-- 
Kris Schneider <mailto:kris@;dotech.com>
D.O.Tech       <http://www.dotech.com/>

--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to