Guest_imported
New member
- Jan 1, 1970
- 0
Hello,
I have a problem with the RequestDispatcher.forward()
it sends me this error:
com.ibm.servlet.engine.webapp.UncaughtServletException: Server caught
unhandled exception from servlet [JSP 1.1 Processor]: null
I know i can't use this method if a ServletOutputStream object or PrintWriter object has been obtained from the response. What is the problem?
thanks
I have a problem with the RequestDispatcher.forward()
it sends me this error:
com.ibm.servlet.engine.webapp.UncaughtServletException: Server caught
unhandled exception from servlet [JSP 1.1 Processor]: null
I know i can't use this method if a ServletOutputStream object or PrintWriter object has been obtained from the response. What is the problem?
thanks