posted 21 years ago
in the custom tag or any other container call the release() method on the
instance of tag class. it is called only once on the instance. but if we have a pool of the instances of the same tag class then there is only one call for release() method or for every instance there is call to release()
method.