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

2002-04-03 Thread Markus Neifer

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:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




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

2002-04-03 Thread Alex Paransky

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:[EMAIL PROTECTED]]
Sent: Wednesday, April 03, 2002 7:04 AM
To: [EMAIL PROTECTED]
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:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]