Hello I have a Wicket application (1.3.3) presenting a DataTable where each row contains a link to open a ModalWindow. It works fine when the DataTable has a few lines, but when more lines are added (say 40), the ModalWindow only opens one; the second time we click on any of the ModalWindow links in the DataTable, the session expires and the user is directed to the login page. I debugged all the way into the Session.getPage() code and found that on the second try the page is not found in the cache, causing the user session to expire. I increased DiskStoreCache.maxSizePerPageMap through the debugger to about 100MB and it solved the problem. I was wondering if that parameter can be configured somehow, so we can mitigate the issue while we rework the code to potentially reduce the pageMap cache size.
Thanks Andre -- View this message in context: http://www.nabble.com/Increasing-DiskPageStore.maxSizePerPageMap-tp22564014p22564014.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]
