You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Markus Neifer <ho...@mysun.com> on 2002/04/03 17:03:52 UTC

How to create the map for multiple parameters with html:link?

Hi, is there any way to create the java.util.Map required for the 
html:link tag when using more than one parameter without using 
scriptlets?

Thanks in advance.

Markus



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: How to create the map for multiple parameters with html:link?

Posted by Alex Paransky <ap...@standardset.com>.
Markus,

To implement a suitable map, we created a new tag called URI.  By using this
tag and specifying the id= attribute, a new scriplet object is created in
the appropriate scope.  Then, we are
able to pass this object into the html:link tag.

This is one way of doing it.

The "Struts" way would probably be to execute an action which puts such a
map into the request scope, and then forward to the page you want to go to.

-AP_
http://www.alexparansky.com
Java/J2EE Architect/Consultant
http://www.myprofiles.com/member/view.do?profileId=127

-----Original Message-----
From: Markus Neifer [mailto:howlingmad@mysun.com]
Sent: Wednesday, April 03, 2002 7:04 AM
To: struts-user@jakarta.apache.org
Subject: How to create the map for multiple parameters with html:link?


Hi, is there any way to create the java.util.Map required for the
html:link tag when using more than one parameter without using
scriptlets?

Thanks in advance.

Markus



--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>