Hello, in 5.3.7 there use to be a js function called Tapestry.ajaxRequest,
does anybody know what the replacement is in 5.4.22?

I'm playing with Taha's multi upload project and had failure around the
following js snippets.

Tapestry.ajaxRequest(this.cancelLink + '/' + fileName, {method: 'get'});

Tapestry.ajaxRequest(url, {method: 'get'});

Tapestry.ajaxRequest(this._options.initializeUploadsLink,
function(response)

Thanks

Reply via email to