In particular, you need to make it persistent if you do any paging of the records in your table.
As far as reinitializing the page, I don't have an answer on that, I keep my records around until they do another search. --- Jeff Cooper <[EMAIL PROTECTED]> wrote: > Is there a good recommendation for using > persistent="yes" as the > source for the contrib:table. Also, is there a way > to reinitialize > it to an empty collection when the page is started > fresh(i.e. revisit > the page from either link or typing in url). > > This is for Tapestry 3.0.3. The data I'm storing is > for a db search; > where the user has the option of choosing to search > with wild card, > exact match, or sounds like. The potential size of > the collection > could be fairly large; but the purpose of this page > is to allow the > user to select an item out of the list and this page > would be closed. > > Tried to search the archives on anything like this, > but didn't see anything. > > Thanks for any help, > Jeff Cooper > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
