0

I wish to redirect my servlet to calling jsp page. Though i got many jsp pages calling same servlet I cannot specify a specific jsp location in request.sendRedirect() method of servlet.

So how do I do it??

Piyush Rumao
  • 363
  • 4
  • 7
  • what you tried to do? – Youcef LAIDANI Jun 17 '16 at 08:41
  • I call the servlet from jsp form and then get back reply from servlet using response.redirect(JSP FILE NAME). However as I got more than 1 jsp files doing same thing I cant use response.redirect method of servlet which is specific to 1 jsp file I want reply back to each individual calling file – Piyush Rumao Jun 18 '16 at 12:36

0 Answers0