In out port of code from 3.2 to 4.1, we're encountering some problems with how Tomcat reuses our tags.
I looked at the code, and TagHandlerPool does not call the 'release' method of the tag unless the pool is full (this is within the reuse method). My question, then, where is the appropriate place to re-initialize internal properties for a jsp tag? The life cycle diagram doesn't really have a "precise" place to reinitialize the content to their defaults, so I'm curious where others are putting this kind of code. Regards, Will Hartung ([EMAIL PROTECTED]) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
