You need to use the Map feature to include more than one parameter. I suggest using the JSTL's <c:url> tag instead. That tag is standard and handles multiple parameters much better than <html:link>

David






From: Marcus Biel <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: <html:link with several dynamic parameters
Date: Mon, 04 Nov 2002 09:35:30 +0100

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

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

_________________________________________________________________
Get a speedy connection with MSN Broadband.  Join now! http://resourcecenter.msn.com/access/plans/freeactivation.asp


--
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