RE: Taglib using BodyTagSupport

2003-05-29 Thread Edson Alves Pereira
No, i´m doing something like this: Today is a good day for java. > -- > De: Bill Barker[SMTP:[EMAIL PROTECTED] > Responder:Tomcat Users List > Enviada: quinta-feira, 29 de maio de 2003 4:26 > Para: [EMAIL PROTECTED] > Assunto:

Re: Taglib using BodyTagSupport

2003-05-29 Thread Bill Barker
The class looks Ok to me. How are you referring to it in your JSP page? It should fail if you are doing something like: (e.g. an empty body). "Edson Alves Pereira" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] ... Hello folks, i´m using tomcat-4.1.18 and i tried to create a tag

Taglib using BodyTagSupport

2003-05-29 Thread Edson Alves Pereira
Hello folks, i´m using tomcat-4.1.18 and i tried to create a tag that would read its body and do some work. But bodyContent always cames null, i´m following this example: package com.acme.tag; import javax.servlet.jsp.*; import javax.servlet.jsp.tagext.*; import javax.naming.*; import jav