| Author |
Struts html:link problem
|
Ingoba Ningthoujam
Ranch Hand
Joined: Dec 04, 2006
Posts: 90
|
|
I put some request parameter in html:link action="..." name.My code is <% java.util.HashMap params = new java.util.HashMap(); params.put("nm1",a1); params.put("nm2",a2); pageContext.setAttribute("paramsName", params); %> <html:link name="paramsName" action="/xx.do"/> How to get this parameters in Action class?
|
 |
Merrill Higginson
Ranch Hand
Joined: Feb 15, 2005
Posts: 4864
|
|
|
The answer to this question is found in this link under the heading "link".
|
Merrill
Consultant, Sima Solutions
|
 |
 |
|
|
subject: Struts html:link problem
|
|
|