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