Altering content of BodyContent prior to JSP eval

2002-04-09 Thread Jeffrey Bonevich
How can I get at the content of BodyContent in a BodyTagSupport subclass, alter that content, and then reinsert the content into the body before it gets evaluated as JSP? Is this just just totally anathema to JSP spec or something? Say that I have the following: mytaglib:bodymunger

Re: Altering content of BodyContent prior to JSP eval

2002-04-09 Thread Craig R. McClanahan
On Tue, 9 Apr 2002, Jeffrey Bonevich wrote: Date: Tue, 09 Apr 2002 09:57:45 -0400 From: Jeffrey Bonevich [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Subject: Altering content of BodyContent prior to JSP

Re: Altering content of BodyContent prior to JSP eval

2002-04-09 Thread Jeffrey Bonevich
references http://www.onjava.com/pub/a/onjava/2001/01/18/jsptags.html http://www.onjava.com/pub/a/onjava/2000/12/15/jsp_custom_tags.html From: Jeffrey Bonevich [EMAIL PROTECTED] Subject: Altering content of BodyContent prior to JSP eval Date: Tue, 09 Apr 2002 09:57:45 -0400 How can I get