Uploaded image for project: 'Tapestry 5'
  1. Tapestry 5
  2. TAP5-1368

The onFailure function provided to Tapestry.ajaxRequest does not always get invoked

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 5.3, 5.2.4
    • 5.3, 5.2.6
    • tapestry-core
    • None

    Description

      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

      Attachments

        Activity

          People

            hlship Howard Lewis Ship
            zenios Dimitris Zenios
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: