On 11/23/05, Dave Newton <[EMAIL PROTECTED]> wrote: > My understanding was that once content was sent to the browser you could > no longer do a redirect, so I'd think that once you started dealing with > the include file it'd be too late.
That was true for JSP 1.1. Starting from JSP 1.2 you can use flush="false" attribute to buffer included resources. Funny thing it works in Struts app where I have included action and redirect from it. This time I tried to do similar thing in JSP and cannot make it work. Oh, Tomcat is 4.1.31, not 4.0.31, but this should not matter. Michael. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]