Memory Leak and Trinidad Pagination

2009-02-04 Thread Azhaguramanhjam, Ramkumar
Hi This is regarding the usage of memory (Page Flow Scope) in Trinidad Pagination.I have a Custom Implementation by which each time it goes to database to fetch records but I see a problem as mentioned below Iam checking the memory leaks in session when I use the pagination. On each click of

Re: Memory Leak and Trinidad Pagination

2009-02-04 Thread Blake Sullivan
This is because the current ChangeManager implementation doesn't collapse AttributeComponentChanges for a change to the same attribute on the same component. -- Blake Sullivan Azhaguramanhjam, Ramkumar said the following On 2/4/2009 7:39 AM PT: Hi This is regarding the

RE: Memory Leak and Trinidad Pagination

2009-02-04 Thread Azhaguramanhjam, Ramkumar
Is there anyway I can get the pageflowscope objects for a particular request? _ From: Blake Sullivan [mailto:blake.sulli...@oracle.com] Sent: Wednesday, February 04, 2009 10:53 AM To: MyFaces Development Subject: Re: Memory Leak and Trinidad Pagination This is because