[
https://issues.apache.org/jira/browse/TAP5-1368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Howard M. Lewis Ship closed TAP5-1368.
--------------------------------------
Resolution: Fixed
Fix Version/s: 5.2.6
5.3.1
> The onFailure function provided to Tapestry.ajaxRequest does not always get
> invoked
> -----------------------------------------------------------------------------------
>
> Key: TAP5-1368
> URL: https://issues.apache.org/jira/browse/TAP5-1368
> Project: Tapestry 5
> Issue Type: Bug
> Components: tapestry-core
> Affects Versions: 5.3.1, 5.2.4
> Reporter: Dimitris Zenios
> Assignee: Howard M. Lewis Ship
> Fix For: 5.3.1, 5.2.6
>
>
> Even if i create my own exceptionhandler function and register it through the
> Tapestry.ajaxRequest(url,{ onException: function}) the exception handled is
> not called when an exception is thrown.I think the problem is in the succes
> function that tapestry.js overwrites we have this snippet of code when the
> status is 0 or the request was not a success
> if (!response.getStatus() || !response.request.success()) {
> Tapestry.error(Tapestry.Messages.ajaxRequestUnsuccessful);
> return;
> }
> it returns before calling the exception handler
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira