You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "bernard (JIRA)" <ji...@apache.org> on 2013/02/28 23:11:12 UTC

[jira] [Created] (WICKET-5070) Optionally execute Callback Behavior on Re-construction after Expiry

bernard created WICKET-5070:
-------------------------------

             Summary: Optionally execute Callback Behavior on Re-construction after Expiry
                 Key: WICKET-5070
                 URL: https://issues.apache.org/jira/browse/WICKET-5070
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 6.4.0
         Environment: All
            Reporter: bernard


On page re-construction after expiry, it might be desired to have the callback behavior of the page executed.

I acknowledge that there is a worst case scenario where callback behavior could hit an invalid component state.

However that worst case scenario should not result in a penalty for the majority of cases where this situation cannot occur.

I am suggesting that behavoir is executed after expiry if the page source specifies it e.g. via an overridable method callBackAfterExpiry().


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira