Glenn Fri, 02 Mar 2007 09:44:59 -0800
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