On Jan 17, 2008 12:07 PM, JCR <[EMAIL PROTECTED]> wrote: > What happens if an Ajax.Request is not answered?
If the server is no longer online (not responding), then I believe the request will result in an exception. Not a 500, which is catchable with the onFailure handler, but an exception. I have tried catching these exceptions with either the onFailure and the onException handlers, both of which did not work. Somebody else will have to answer your second question (how to cancel an Ajax request after x seconds), as I am unsure of that one. -justin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" 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/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
