Re: Problems when trying to redirect to JSP pages in Tomcat
Posted By:
AlessandroA_Garbagnati
Posted On:
Wednesday, April 25, 2001 04:26 PM
Hi,
Try using the same method (getRequestDispatcher()) but instead of getting it from the servlet context, get it from the request itself. It should work.