Thanks. I figured as much, but thanks for responding. I've officially given
up :)

charles

> -----Original Message-----
> From: Jeffrey Bonevich [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 10, 2002 6:56 PM
> To: Struts Users Mailing List
> Subject: Re: include a dynamically created page in my jsp
> 
> Charles -
> 
> What you want to do is not possible with JSP.  I tried for quite some
> time to find every conceivable way around it, but it can't be done.  See
> my original posting:
> 
> http://www.mail-archive.com/tomcat-user%40jakarta.apache.org/msg50547.html
> 
> and Craig McClanahan's response:
> 
> http://www.mail-archive.com/tomcat-user%40jakarta.apache.org/msg50578.html
> 
> Basically, you cannot get access to the body content of a tag (or in
> your case replace a body-less tag) such as through the BodyContent
> object (subclass of JspWriter), alter its content, and then have it
> (re)process that content.  Look to the future.  Maybe JSP spec 1.3 will
> support this.
> 
> jeff

Reply via email to