including servlets in a customed tag

2001-03-28 Thread David Treves
Hi,       I am trying to include a servlet while processing a tag I wrote, I don't need specifically the request and response of the pageContext of that tag. I tried to include the servlet with new and with the existing request/response, both way the servlet simply was not included. it looks

including servlets in a customed tag

2001-03-28 Thread David Treves
Hi,       I am trying to include a servlet while processing a tag I wrote, I don't need specifically the request and response of the pageContext of that tag. I tried to include the servlet with new and with the existing request/response, both way the servlet simply was not included. it looks

session in a customed tag

2001-02-14 Thread David Treves
?   Thanks, David Treves.

meaning of EVAL_BODY_TAG

2001-02-04 Thread David Treves
Hi, I have been trying to figure the meaning of the EVAL_BODY_TAG while reading the spec of JSP. I understood that it means to run over the body supplied by the tag. My question is, when the stream of content streams into the buffer (on the way to the client)? Is it EVERY time the body is ev

attribute has no value

2001-01-30 Thread David Treves
Hi,       I just started using customized tags and I have a little problem... I defined an attribute in the tld file as not required (false), yet when I run the jsp page I get error from the tomcat container saying that an attribute has no value.       What could be the reason for that? I a