- If at the end of on of a jsp file, i put a <jsp:forward>, i have this :
java.lang.IllegalStateException: Error: Attempt to clear a buffer that's already been flushed
at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:415)
at org.apache.jsp.test_ps_jsp._jspService(test_ps_jsp.java:448)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137)
...
- if i put a <c:redirect>, i have this :
java.lang.IllegalStateException
at org.apache.catalina.connector.HttpResponseFacade.sendRedirect(HttpResponseFacade.java:173)
at org.apache.taglibs.standard.tag.common.core.RedirectSupport.doEndTag(RedirectSupport.java:151)
at org.apache.jsp.test_ps_jsp._jspx_meth_c_redirect_1(test_ps_jsp.java:1233)
at org.apache.jsp.test_ps_jsp._jspService(test_ps_jsp.java:453)
...
- if i put nothing, i have no error ...
sombdy can help me to understand this error ?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
