[Proto-Scripty] Re: Nested Ajax Requests

2009-06-03 Thread Mona Remlawi
hi Tobias, I advise you to add an onException handler to the outer Ajax.Request as the default exception handler silently eats any error thrown in the other handlers. This way you'll have more insight why the Ajax.Updater is failing. cheers -- mona On Wed, Jun 3, 2009 at 9:21 AM, majestixx

[Proto-Scripty] Re: Nested Ajax Requests

2009-06-03 Thread majestixx
Thanks for the advice. I now got it running. On 3 Jun., 11:01, Mona Remlawi mona.reml...@gmail.com wrote: hi Tobias, I advise you to add an onException handler to the outer Ajax.Request as the default exception handler silently eats any error thrown in the other handlers.  This way you'll