sendRedirect and post parameter
843840Oct 7 2002 — edited Mar 20 2003How can I post data from a servlet to another and pass control to the second servlet, as I make with the response.sendRedirect() method?
Can you help me?
If I insert in this method the url with parameters
(res.sendRedirect("http://server/servlet?par=val") I call the doGet method of the servlet. How can I call the do Post?