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