DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16001>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16001 Tag.release() not invoked ------- Additional Comments From [EMAIL PROTECTED] 2003-01-13 19:42 ------- According to the spec, the release() method is guaranteed to be called on any tag handler, this is to say, even when the tag handler instance is pooled, it still should invoke release() to release any state the tag handler may posess. In my case, I have a tag handler super class that needs to get a state value from session and set it for the child class to construct business view object. I agree that it is feasible to clean it up in doStartTag() since my tag is not an iteration tag. But still it would be ideal to use release() to clean up private invocation-specific state. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>