Re: contrib:Table paging in @For loop

2006-07-21 Thread Mind Bridge
Hi, The reason this happens is that Table stores its state in a persistent property by default, which happens to be the same property when Table is placed in a For loop. Please implement ITableSessionStoreManager and provide the 'tableSessionStoreManager' parameter to Table. That will allow

RE: contrib:Table paging in @For loop

2006-07-21 Thread Steve Shucker
initialize(). -Steve -Original Message- From: Mind Bridge [mailto:[EMAIL PROTECTED] Sent: Friday, July 21, 2006 9:10 AM To: users@tapestry.apache.org Subject: Re: contrib:Table paging in @For loop Hi, The reason this happens is that Table stores its state in a persistent property