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