Re: Passing multiple parameters from a jsp page to action class - using JSTL - How?

2003-10-15 Thread Kris Schneider
Quoting Joanne L Corless <[EMAIL PROTECTED]>: > Hi, > > Spurred on with my recent success regarding passing parameters on html:link > I now want to pass 2 parameters into the action class from the jsp. I > realise I have to create a java.util.map to do this but how can I combine > this w

Passing multiple parameters from a jsp page to action class - using JSTL - How?

2003-10-15 Thread Joanne L Corless
Hi, Spurred on with my recent success regarding passing parameters on html:link I now want to pass 2 parameters into the action class from the jsp. I realise I have to create a java.util.map to do this but how can I combine this with using the JSTL? i.e. Currently I am passing in one parameter