DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=17165>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=17165

logic:iterate tag not releasing collections from memory





------- Additional Comments From [EMAIL PROTECTED]  2004-10-15 19:03 -------
Once one is able to use JSP 1.2, why wouldn't one simply use c:forEach instead of 
logic:iterate?  Looking 
at the Jakarta Taglibs implementation, I'm not certain that it isn't victim to the 
same problem, but the 
questions stands. 

http://cvs.apache.org/viewcvs.cgi/jakarta-taglibs/standard/src/org/apache/taglibs/standard/tag/
common/core/ForEachSupport.java?rev=1.6&view=markup

 Also, of course, that this is ultimately a problem of broken tag pooling 
implementations is annoying.  
Not that I object to making logic:iterate work better where it can.

Is there any reason why it shouldn't just null the reference to the collection after 
finishing the 
doEndTag() method?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to