I use <jsp:forward page="http://hostname/.../other.jsp" /> under JRun, with
JSP 1.0, and it just works fine.

Regards
Sylvain

-----Message d'origine-----
De : Paul Reiber <[EMAIL PROTECTED]>
À : [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date : mercredi 23 juin 1999 03:41
Objet : forwarding to other JSP pages


>Hello all!
>
>We're using JSP1.0 under JWS2.0beta2.
>
>We've been trying to get "page forwarding" working.  Specifically, to get
>one JSP page to simply forward over to another JSP page without doing a
>round-trip to the client browser.
>
>The simplest JSP file I've come up with for this is a 2-liner that says:
><%@ page language="java" %>
><jsp:request forward="http://hostname/.../other.jsp" />
>
>When I hit the page, after the "recompile delay" I get:
>
>Error during JSP page parsing
>Unknown exception: java.lang.IllegalStateException: Can not forward to
>servlet jspServlet : OutputStream or writer has been obtained
>
>...At first, I thought this was because of the stuff above the redirect
>being sent as HTML, but I've eliminated almost everything!
>
>So, What am I missing?
>
>Thanks in advance for your guidance!
>-Paul Reiber
>
>===========================================================================
>To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
>of the message "signoff JSP-INTEREST".  For general help, send email to
>[EMAIL PROTECTED] and include in the body of the message "help".
>
>

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to