Hi folks.

I am working on this JSP, where I execute stored procedures on the data
collected on the previous JSP. Ok, now have to redirect to the next JSP from
the stored procedure page, and I get the following error.

Cannot call sendRedirect() after the response has been committed.

The following is the code I use for the redirect.

response.sendRedirect("eeodataentry.jsp?appID="+appID);

Any hint would be appreciated.

Adnan Ali



_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to