I have a Head, Contents, Foot schema which I am implementing using
RequestDispather include(request,response) method.

When Head and Foot are implemented as Servlets, they display
incorrectly.
When Head and Foot are implemented as JSP,       they display
correctly.
In both cases, JSP is doing the include(request,response).

I have a feeling that the problem has to do with the fact that JSP uses
an extesion of PushbackStream for it's out, while Servlet does not.  But
I don't really know.

Any ideas?

--
Tom

Thomas Preston
Vacation.com, Inc.
Engineering Department
617.210.4855 x 124

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to