3 Replies Latest reply on Apr 30, 2004 9:40 AM by saleti

    logic:iterate memory leakage

    saleti

      Hi,

      I am using <logic:iterate tag in jsp for a report to iterate thru List of value objects. The container (tomcat running under Jboss in this case) is holding on to these value objects(not doing garbage collection) after the html is renedered. Is it a memory leakage and if so is there a solution?.

      Thanks in advance.