No, I'm not using tag pooling. ----- Original Message ----- From: "Tim Funk" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, June 01, 2004 5:39 PM Subject: Re: Page output is disappearing
> Off chance, are you using tag-pooling? Try turning that off and see what happens. > > -Tim > > Keith Hankin wrote: > > > Does anyone know any conditions under which writing to the JspWriter will > > not result in any output? I have a custom taglib class that extends > > BodyTagSupport. The doStartTag() method returns EVAL_BODY_BUFFERED. I then > > have another custom > > taglib class that is a child of this tag, which extends TagSupport. In > > doStartTag(), this method gets the JspWriter and writes to it, however the > > output does not appear to come out. This child custom taglib does not even > > refer to the parent tag in any way. However if I remove the containing > > parent tag from the JSP page, the output *does* come out. I am using Tomcat > > 5.0.19. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
