Dmitry Melekhov wrote:
>
> Hello!
>
> I use Tomcat beta.
> When I try to do forward I get error:
>
> Location: /intra/base/workpoint.jsp
> Internal Servlet Error:
>
> javax.servlet.ServletException: Cannot forward as OutputStream or Writer
> has already been obtained
> at
> org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:384)
>
> What this error mean?
A JSP page is not supposed to write anything to a response if it is
going to
use the jsp:forward method. Try jsp:include instead.
WBB
--
WBB - wbrogden@bga.com Chief Scientist, LANWrights, Inc.
Java Programmer Certification information and mock exam
at http://www.lanw.com/java/javacert/
|