aspose file tools
The moose likes Servlets and the fly likes custom tag Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply locked New topic
Author

custom tag

lalit mohan
Greenhorn

Joined: Apr 08, 2004
Posts: 16
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.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56228
    
  13

Lalit, please do not cross-post the same question in multiple forums. It wastes people's time when multiple redundant conversations take place. Since the JSP forum is the most appropriate place for this question, I'm leaving that post open and requesting that a Servlets bartender or sheriff close this topic.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: custom tag
 
Similar Threads
JSP tags retaining previous data
custom tag
why jboss is not calling realease() in taglibs
Problems with custom Tag
release() in custom tag !!