Hi! Is there any recommendations for how to handle large/slow result sets that are displayed in a grid.
I added @Persist to my data + conditional loading in onAction() which made grid-page jumping and grid sorting fast as hell. But i rather not leave that huge result set in the session forever. So either a time-to-live value for my persistant properties (I tried "flash" but that did not work) or some magic method that gets called when the user leaves the page. Thanks in advance, Gunnar Eketrapp
