Re: How to pass Jstl param implicit Object to html:link

2005-06-22 Thread Jose María
Hi, Thanks for your replies but I have not get pass the Map to action, if have you any suggestion to re pass current parameters to another action in the same jsp, please send me. Thank you in advance¡¡ El mar, 21-06-2005 a las 12:48 -0400, Laurie Harper escribió: > 'params' is a JSTL implicit obj

Re: How to pass Jstl param implicit Object to html:link

2005-06-21 Thread Laurie Harper
It is, by definition (at least in a JSTL aware environment). L. Zarar Siddiqi wrote: Make sure params is of type java.util.Map. - Original Message - From: "Laurie Harper" <[EMAIL PROTECTED]> To: Sent: Tuesday, June 21, 2005 12:48 PM Subject: Re: How to pass Jst

Re: How to pass Jstl param implicit Object to html:link

2005-06-21 Thread Zarar Siddiqi
Make sure params is of type java.util.Map. - Original Message - From: "Laurie Harper" <[EMAIL PROTECTED]> To: Sent: Tuesday, June 21, 2005 12:48 PM Subject: Re: How to pass Jstl param implicit Object to html:link 'params' is a JSTL implicit object; I don&#

Re: How to pass Jstl param implicit Object to html:link

2005-06-21 Thread Laurie Harper
'params' is a JSTL implicit object; I don't think it's required to be bound to a bean in any scope. Also, the 'name' attribute is looking for the name of a bean, not a value. You'll need to bind the request parameter map to a name in some scope first I think, something like: (not tested)

Re: How to pass Jstl param implicit Object to html:link

2005-06-20 Thread Jose María
Hi, I think that I do not explained too good. My idea is pass a Map with multiple keys and values, the html:link documentation says that you can pass multiple params to an action with a Map Object in name attribute. I want to pass the object implicit "param" (Map) defined in Jstl, but I obtain the