You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Vlastimil (JIRA)" <ji...@apache.org> on 2014/06/04 14:53:01 UTC

[jira] [Created] (WICKET-5607) AjaxTimerBehavior cause StalePageException

Vlastimil created WICKET-5607:
---------------------------------

             Summary: AjaxTimerBehavior cause StalePageException
                 Key: WICKET-5607
                 URL: https://issues.apache.org/jira/browse/WICKET-5607
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 6.15.0
            Reporter: Vlastimil
         Attachments: timer-quickstart.zip

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.



--
This message was sent by Atlassian JIRA
(v6.2#6252)