you should cache inside your idataprovider implementation. -igor
On Mon, Jan 19, 2009 at 2:31 AM, miata <[email protected]> wrote: > > Hi, > > I have a problem in using dataTable with paging navigation. DataTable > Provider use cache mechanism provided by AbstractPageableView, the cache > scope is the request (It's certainely for integrity data cause) But I like > to extend this scope to the all paginate data view life, is there an option > to set cachedItemCount for all request in paginate. We need it because > database queries are very slow... > > thanks > > miata > -- > View this message in context: > http://www.nabble.com/using-cached-data-in-DataTable-tp21540328p21540328.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > 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]
