response.sendRedirect problem
Hi
I have 2 jsp pages.First page simply builds the table and after it via <jsp:include> it includes the second one.When i am trying to make response.sendRedirect from second page i am getting the following error:
javax.servlet.ServletException: Response has already been committed
Its becouse in the first page some HTML has been already sent to client.
I cannt change this page,so is there any solution for this problem?
Thank
Yulian

