Reset the busy flag in Wicket.Channel if the execution of the callback fails 
for some reason
--------------------------------------------------------------------------------------------

                 Key: WICKET-3553
                 URL: https://issues.apache.org/jira/browse/WICKET-3553
             Project: Wicket
          Issue Type: Improvement
    Affects Versions: 1.5-RC2, 1.4.16
            Reporter: Martin Grigorov
            Assignee: Martin Grigorov


If a scheduled (in Wicket.Channel) callback fails for some reason (in my case 
because WicketAjaxDebug was not yet loaded) then the 'busy' flag for the 
channel remains 'true' until the page is reloaded.
It would be better to try/catch the execution of the callback and reset the 
flag in case of an error.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to