In Websphere Test Environment on Visual Age this works fine

                RequestDispatcher rd =
this.getServletContext().getRequestDispatcher("/SelectCompany.jsp");
                rd.forward(request, response);

But on WebSphere 3.5.3 it gives this error

                 "ERROR: Cannot forward. Writer or Stream already obtained."

                Can you help ?

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