Hendrik Schreiber wrote:

> Hi,
>
> you could embrace the whole output with special custom tags and then access the
> body of that tag to do with the output whatever you want. E.g.
>
> <foo:bar>
> <!-- your JSP goes here -->
> </foo:bar>
>
> In your taglib code you can transform the body of the <foo:bar>-tag to whatever you
> want.
>
> Also, in the proposed Servlet API 2.3, the concept of filters is introduced. They
> do exactly what you want. I believe some engines have the _draft_ spec implemented
> (was it Resin or Orion?, maybe a Tomcat snapshot), so you can start playing around
> with it.
>

I believe one or both of Resin and Orion has implemented the 2.3 features.

I know that Tomcat 4.0 milestone 2 has them.

>
> ciao,
>
> -hendrik
>

Craig McClanahan

====================
See you at ApacheCon Europe <http://www.apachecon.com>!
Session VS01 (23-Oct 13h00-17h00):  Sun Technical Briefing
Session T06  (24-Oct 14h00-15h00):  Migrating Apache JServ
                                    Applications to Tomcat

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to