Multiple params with html:link tag?
Created May 7, 2012
Nguyen van Tin If you want to add multipe params in the html:link, you have to save these params into a Map object. The Map's key are paramid and Map's value is paramProperty.
And then you can do :
<html:link page="ViewDept" name="xxx"/> with xxx is The name of a JSP bean that contains a Map representing the query parameters.
You can see in Struts HTML tags for detail.
Hope that can solve your problem.
good luck,
NVT