You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Frank Ling <fe...@hotmail.com> on 2001/12/12 01:20:27 UTC

jsp:include question

Hi There:

I had a simple question regarding for jsp:include, I have following code in
one of my jsp page:

    <jsp:include page="/listuser.do" flush="true"/>

which "listuser.do" is another struts action will print out user list.

This code was working fun on JRun 3 appserver, but when I move to Tomcat
3.2.1 I get following exceptions:

java.lang.IllegalStateException: Cannot forward as OutputStream or Writer
has already been obtained

Any comment will be highly appriciated.

Regards

Frank Ling

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>