GitHub user svenmeier opened a pull request:
https://github.com/apache/wicket/pull/239
WICKET-6485 reintroduce PageExpiredException in IPageStore for
Building on #151 I've built this alternative implementation with the
following advantages:
- lazy loading can now *start* on an Ajax request too
- much simpler without using the event bus
- the timer adjusts to the minimum of the preferred timeout of all
LazyLoadPanels
- reworded methods and improved JavaDoc
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/wicket master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/wicket/pull/239.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #239
----
commit 3183aeb24f09d57e91bfc01813005f01cfd671df
Author: Andrea Del Bene <[email protected]>
Date: 2017-10-20T09:53:21Z
WICKET-6485 reintroduce PageExpiredException in IPageStore for
methods getPageClass, getPageInstance and getPageParameters
----
---