You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by Nino Walker <ni...@xtime.com> on 2002/05/10 19:32:16 UTC

Datetime tag reuse in ATG

Hi,

I'm using the DateTime lib with ATG/Dynamo (JSP 1.1), and there seems to be
issues surrounding tag reuse.  Unlike old versions of Tomcat (, Dynamo
maintains a tag pool, and tags reused for the lifespan of VM.   Poking
around javadocs, CVS, and Bugzilla, it was evident the release() method
wasn't implemented.

Isn't the release() method supposed to be implemented on every tag for JSP
1.1? I was about to file a bug, but found:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2616, which seemed to
suggest otherwise...

What's the official word?

Thanks,

Nino