Hi
 
I don't know if somebody has already answered this question, or if it has already been asked. I guess it must have, but it would be helpful if so had the solution.
 
I want to redirect in some cases the response of a jsp page to another one. In order to do that, and because I want to keep the parameters of the request, I use a jsp:forward. This works fine, except that I want to add one parameter. It suddenly becomes more complicated, as long as there is no way (maybe I didn't find it) to do such thing as a setParameter in a HttpServletRequest.
 
Is there a smart way to do that ?
 
Thanks in advance
Sylvain

Reply via email to