On Tue, Sep 9, 2008 at 8:05 AM, bluezehn <[EMAIL PROTECTED]> wrote: > - but right now I can't register an onFailure.
Maybe it's just not getting invoked when you are expecting it to? You might want to use the onException callback instead, or even have a global onComplete handler and then within that method you can check the status and handle appropriately. The reason I say this is because onFailure and onException do not get invoked *all* the time, vs. onComplete does. -justin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
