Description
You have page with AbstractAjaxTimerBehavior, that loads slowly. Go to that page, refresh this page (F5) -> StalePageException.
This is because timer behavior send request to old version of page. If page load is fast enough you probably won't hit the problem, but if models load for significant time, then exception is thrown on every refresh.
Quickstart is included - just go to localhost:8080 and press F5.
Attachments
Attachments
Issue Links
- breaks
-
WICKET-5822 AjaxSelfUpdatingTimer stops working after ajax download
- Resolved
- is related to
-
WICKET-4733 AjaxSelfUpdatingTimerBehavior on unversioned page keeps triggering StalePageException when multiple tabs open
- Open