Passing parameters from one servlet to another
843842Apr 28 2008 — edited Apr 29 2008Hello,
I have a web form that posts its data (when filled by the user) to a a servlet i.e. i use request.getParameter() to get the contents of the form fields on the servlet.
I would like to pass those parameters to yet another servlet. Any ideas how i can do that?
Your suggestions will be much appreciated.
Thanks in advance,
Antana.