> How does one build simple html links that > contain all parameters from a form?
Thanks for all your helpful replies...
Here is one solution:
request.setAttribute("param_map",
new HashMap(request.getParameterMap()));
<html:link action="/search" name="param_map">...</html:link>
Still, I'd prefer a pure JSP solution...
--
Eric Jain
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

