[jQuery] Re: ajaxcfc - how to write default error handler

2007-09-25 Thread Duncan
Can anyone help me out with overriding the default error handler in ajaxcfc? On 9/24/07, Duncan [EMAIL PROTECTED] wrote: I am using the new ajaxcfc version in jquery and I want to know how to override the default and write my own error handler. I am trying to catch a timeout. can anyone

[jQuery] Re: ajaxcfc - how to write default error handler

2007-09-25 Thread Rey Bango
Duncan, I'll take a look at it. While jQuery is included in AjaxCFC, most people on this list don't code in CF so you may not get a quick reply. Rob Gonda and I will be setting up a support area http://ajaxcfc.com. Rey Bango... Duncan wrote: Can anyone help me out with overriding the

[jQuery] Re: ajaxcfc - how to write default error handler

2007-09-25 Thread Duncan
Hi Rey Thanks for your response - after much trial and error I have worked out the following: Turn off the default handler: $.AjaxCFCHelper.setUseDefaultErrorHandler(false); In the $.AjaxCFC() use error: $.AjaxCFC({ url: /packages/ajax/primaryInvitee.cfc,