al 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 by default, which happens to be the same
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 yo
I'm having a problem with the contrib:Table component nested inside a @For
loop. Essentially I'm rendering several lists of objects. The initial
display is correct, but paging fails. What I think is happening is that a
single @contrib:Table component is being reused with each iteration of the
lo