On Fri, 8 Feb 2008 12:50:34 +0100 Federico Fanton <[EMAIL PROTECTED]> wrote:
> My problem is that if I _quickly_ doubleclick > on a column header (even with no data in the table), > I get a PageExpiredException. I tried debugging > this, so I saw that WicketServlet receives two > calls, and the second one triggers the exception.. I see that every click on the column header triggers a request for a different version of the current page, but SecondLevelCacheSessionStore holds only the last one.. Am I right? So, a doubleclick generates two requests for the same version, but the first one "removes" it, so the second one misses.. Am I doing something wrong? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
