Hi,

I have been trying to use the "response.sendRedirect()" feature of the
Servlet API from a JSP page. It works very good when I'm doing it before any
jsp:include (when a jsp:include is proccessed the buffer is flushed and the
headers cannot be changed).

My real question is:
Doesn't Orionserver support autoFlush=false in the page directive and
flush="false" in the jsp:include directive?

/Jonas

Reply via email to