Hi all,
If I make a <jsp:include> (in fact I am using Tiles, but the result is
the same) of a result of a servlet which, in turn, makes an
ApplicationDispatcher.forward, I have a strange effect:
- only the page forwarded by the servlet will be visible to the user;
- the rest of the JSP page is executed, but it gives a "Stream closed" error.
I tested on Tomcat 5.5.25 and Jetty 6.1.1rc1 (embedded in Cargo, Maven
2 plugin), that (correct me if I am wrong) shares the Jasper engine
with Tomcat.
Independently from the fact if it is a good or a bad idea to forward
into a servlet that is included, is this the normal behaviour or is it
a bug?

Thanks in advance
Antonio

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to