Tapestry.ajaxFailureHandler has an incorrect signature for an Ajax.Request
onException callback
-----------------------------------------------------------------------------------------------
Key: TAP5-1106
URL: https://issues.apache.org/jira/browse/TAP5-1106
Project: Tapestry 5
Issue Type: Bug
Components: tapestry-core
Affects Versions: 5.1.0.5, 5.2.0
Reporter: Leonard Lu
Priority: Minor
>From the Prototype Ajax documentation ( http://api.prototypejs.org/ajax/ ):
"onException: Triggered whenever an XHR error arises. Has a custom signature:
the first argument is the requester (i.e. an Ajax.Request instance), and the
second is the exception object."
All other callbacks "are invoked with two parameters: the Ajax.Response object
and the result of evaluating the X-JSON response header, if any (can be null)."
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira