GitHub user svenmeier opened a pull request:
https://github.com/apache/wicket/pull/240
WICKET-6055 non-blocking lazy loading
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 WICKET-6055-non-blocking-lazy
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/wicket/pull/240.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 #240
----
commit cfb75dd64d54972a9b604101ff840c7c5cf80d35
Author: Sven Meier <[email protected]>
Date: 2017-10-20T12:25:15Z
WICKET-6055 non-blocking lazy loading
----
---