Message: The following issue has been resolved as FIXED.
Resolver: fabrizio giustina Date: Thu, 30 Dec 2004 12:43 PM done. Now the table tag will release references to the collection of object IF this has been set using the "name" attribute at the end of the iteration. Note that this is not done when using the deprecated "list" attribute since, as per jsp specs, we can't remove anything has been set via a tag attribute. --------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/DISPL-145 Here is an overview of the issue: --------------------------------------------------------------------- Key: DISPL-145 Summary: tag holding references to resources. Type: Bug Status: Resolved Priority: Major Resolution: FIXED Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: DisplayTag Components: Container Compability Fix Fors: 1.0 Versions: 1.0 RC1 1.0 RC2 Assignee: fabrizio giustina Reporter: Andrew Wall Created: Tue, 30 Nov 2004 9:43 AM Updated: Thu, 30 Dec 2004 12:43 PM Description: The org.displaytag.tags.TableTag class is relying on the release() method to be called in order for it to let go of some resources - most notably the collection of beans (what is specified as the name attribute in the <display:table> tag). According to the spec, doStartTag() and doEndTag() may be called multiple times before the release() method is called. So, some other mechanism to remove references to those objects should be done other than the release() method. Please see http://jakarta.apache.org/taglibs/guidelines.html and http://issues.apache.org/bugzilla/show_bug.cgi?id=16001 for more details. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ displaytag-devel mailing list displaytag-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/displaytag-devel