Niall ,

does it work for multiple param's??? or if not how do i tackle multiple
params??

thanks,
rama.

----- Original Message -----
From: "Niall Pemberton" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 05, 2001 4:39 PM
Subject: RE: html:link problem


> Rama,
>
> Cant you use paramProperty?
>
> <html:link page="/target.cm" paramId="value"
paramName="myCollectionElement"
> paramProperty="id">click here</html:link>
>
>
> Niall
>
> -----Original Message-----
> From: Rama Krishna [mailto:[EMAIL PROTECTED]]
> Sent: 05 July 2001 20:10
> To: [EMAIL PROTECTED]
> Subject: html:link problem
>
>
> is this correct
>
> <html:link page="/target.cm" paramId="value" paramName="<bean:write
> name='myCollectionElement' property='id'/>">click here</html:link>
>
> where myCollectionElement is a  collection
>             id is a property in the collection
>
> and i want  http://..../target.cm?value=2 (value of id)
>
> i get null when i say
>
> req.getParameter("value"); in my action class??
>
> any help???
>
> thanks,
> rama
>
>

Reply via email to