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 Azhaguramanhjam, Ramkumar
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 usage of memory (Page Flow Scope) in Trinidad

isPostback()

2009-01-19 Thread Azhaguramanhjam, Ramkumar
Hi I have a question regarding isPostback method in TrinidadPhaseListener. In the following list case1 and case 2 is fine but case 3 fails Case 1 When Page is rendered for first time this method returns false. Case2 During partial submit this returns true Case3 When

Reg DatevalidationRestriction issue.

2008-11-24 Thread Azhaguramanhjam, Ramkumar
Hi Iam trying to implement the restrictions on a date by not allowing some invalid days to be entered but I get an IllegalArgumentException at runtime. I think it is trying to convert a string to array at runtime. Can u plz let me know how to use this in a right way? tr:inputDate