buffer « Response « JSP-Servlet Q&A





1. HELP! Problems with Buffer/Response Committed    coderanch.com

Thanks for the completely not helpful comment. I am NOT WRITING anything anywhere. I have no out.println's and no <%= %> anywhere. I never print anything out. But I did discover the problem (and it's stupid in the servlet api if you ask me): I call: getServletConfig().getServletContext().getRequestDispatcher( "/FormHandle" ).include( request, response ); Where the servlet "/FormHandle" checks in a database for ...