Hello, I am trying to forward a request from a servlet to a jsp file. In the jsp file, it throws a null pointer exception when it is trying to flush the JspWriter (out) variable. After following it thru, it breaks when trying to read the pagecompile .dat file. It finds the file, but cannot read it or open it. I have taken care not to use the response output stream before forwarding the request. Also, this does not happen when I have a dummy jsp wrapper around the servlet. Is there any difference between the servlet and jsp classloaders ? I'm using JavaWebServer2.0 with jdk1.2.2 on Windows. Thanks. =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
