Are you running a Servlet 2.3 compliant app. server?  If so, Filters are
what you are looking for.  If not, you could add some scriptlet to the end
of each JSP (perhaps?) that could "post-process" the response before it is
finalized.

    Erik


----- Original Message -----
From: "Brandon Goodin" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Thursday, November 01, 2001 9:34 PM
Subject: Capturing an outgoing response.


> Is it possible to capture the html page that is generated by a jsp page
> before it is sent to the client who requested it?
>
> Brandon Goodin
> Phase Communications
> P (406)862-2245
> F (406)862-0354
> http://www.phase.ws
>
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>


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

Reply via email to