You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Björn Nilsson <bn...@infogrator.se> on 2002/02/14 10:05:03 UTC

buffer="XXkb" and jsp:forward

My page is built somthing like this:

<%@ page buffer="200kb" %>
<html>

.... Write lots of stuff, that goes into the buffer


<jsp:forward page="/someurl">
</jsp:forward>

</html>

There could still be the case where the buffer gets flushed BEFORE jsp:forward
is parsed by the servlet engine.

When you forward the buffer gets CLEARED right? This sometimes results in 
half pages being sent to the browser.

Is there som way to make the buffer NEVER be flushed before the whole page is 
processed?



--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>