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, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to