----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
>I have to admit that I haven't tried putting a sendRedirect() in the
>heart of a JSP page to determine if sendRedirect() still works after
>output has been sent. If I had, and it would have worked, I still would
>have no idea if such a thing was a 'feature' or intended to work that
>way.
>
>Does anyone have any comments? ideas?
Jsp and so GNUJSP does buffer output, so as long as the buffer
(standard: 8k, settable by directive)
is non exhausted nothing is send until buffer is exhausted,
jsp:include is called, or flush is called or end of page is reached.
>
>Thanks,
>
>Drew Farris
>
Ciao,
Carsten Heyl
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]