Passing parameter through html:link

2007-03-02 Thread Rauf Khan
Hi Iam facing problem with html:link. my JSP page has two forms for which iam using *LookupDispatchAction* for submitting the page information. Below this iam displaying the details of the employees for which i have added two links (Edit, Delete) by using html:link. Each employee has a unique

Re: Passing parameter through html:link

2007-03-02 Thread Glenn
You can pass the map as a property in the link such as: html:link action=/dispatch.do name=nameOfYourFormBean property=map of key/values pairs Struts will build a query string with the values in the map. - maestro