Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Using response.sendRedirect() with JSP:includes

843836Apr 3 2005 — edited Aug 22 2006
Hi,

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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 19 2006
Added on Apr 3 2005
10 comments
1,153 views