Sending redirect to another servlet/JSP without loosing the request parameters.

前端 未结 2 1928
有刺的猬
有刺的猬 2020-12-05 15:50

How do i specify a redirection to another servlet, in the doPost() method of a servlet.

at the moment I\'m using

request.getRequestDispatcher(\"/WEB-         


        
2条回答
提交回复
热议问题