Hi, running Tomcat 4.1.27. I have the following JSP:


<jsp:include page="../database/list.do">
   <jsp:param name="dbid" value="<%=dbid%>"/>
</jsp:include>

Whatever comes after the above, does not make it to the browser. Tomcat's log reports a closed stream:

----- Root Cause -----
java.io.IOException: Stream closed
at org.apache.jasper.runtime.JspWriterImpl.ensureOpen(JspWriterImpl.java:239)
at org.apache.jasper.runtime.JspWriterImpl.clearBuffer(JspWriterImpl.java:194)
at org.apache.jsp.index_jsp._jspService(index_jsp.java:70)



Any suggestions on why the stream gets closed? The action associated to list.do is trivial, and the page it forwards to, generates its output nicely, and thus makes it back to the original page via the include. But
then things close.


Any help greatly appreciated.

Morten





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to