You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Sebastien Payette <Sp...@interstarinc.com> on 2000/08/08 17:25:44 UTC

jsp include

When using the following statement inside a jsp page:
<jsp:include page="Hello.jsp?Fldr=<%=FolderHere1%>" flush="true" />


I get the following error message: 
java.io.IOException: Error: Attempt to clear a buffer that's already been
flushed


Anybody has suggestions about how to solve or work around that problem?
Thanks in advance for any help,
Sebastien Payette