Using response.sendRedirect() with JSP:includes
843836Apr 3 2005 — edited Aug 22 2006Hi,
I'm using JSP pages on the front end and servlets for my business logic and some HTML.
My JSP pages have jsp:include to some servlets, which I pass parameters to.
From the serlvet that is included on the jsp page via 'jsp:include', I call response.SendRedirect() to go to another page.
This is not working. Can someone tell me why?