IlligalStackException in JSP. While we try to execute the response.sendRedirect() method in JSP file( whith error Message "Response already commited").
Asked
Active
Viewed 50 times
0
-
What is your question? Show your servlet/JSP code. – Tomasz Nurkiewicz Aug 25 '12 at 16:54
1 Answers
0
That is a typically error message after you have already send a redirect and to output more data to the stream. That is impossible.
java.lang.IllegalStateException: Cannot forward after response has been committed
-
there is no applicationserver which is able to write output after the response is finished. Show us your jsp and we can try to find a solution for that. – nano_nano Aug 25 '12 at 17:14