DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5868>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5868

<jsp:include> and RequestDispatcher output is wrong.

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |



------- Additional Comments From [EMAIL PROTECTED]  2002-01-18 03:53 -------
I'm feeling confused... I tried your place of having out.flush()... and got the 
right result. Why would the way i tried (as below) be wrong?

FIRST:<br>
  <jsp:include page="first.jsp" flush="true"/><br>
<%
  out.flush();
%>
SECOND:<br>
<%
    ServletContext rootContext = config.getServletContext().getContext( "/" );
    RequestDispatcher rd = rootContext.getRequestDispatcher( "/
second.jsp" );
    rd.include( request, response );
%>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to