Well, you can achieve the same kind of functionality by extending AsyncCallback and having a global asyncCallback and RPC registry. But you're right, there's nothing like that out of the box.
If you really really can't live without, you can search for a gwt wrapper for prototype, I'm sure something like that already exists. Cheers, Salvador On 14 mai, 14:32, Célio <[email protected]> wrote: > I've already read those docs before. > > As far as I can see, gwt doesn't provide such mechanism. > > Célio > > On May 12, 5:14 pm, Salvador Diaz <[email protected]> wrote: > > > The relevant parts of the documentation are > > here:http://code.google.com/webtoolkit/doc/1.6/DevGuideServerCommunication... > > > Hope that helps, > > > Salvador > > > On May 12, 3:56 pm, Célio <[email protected]> wrote: > > > > Does GWT have a mechanism to intercept/handle all ajax requests? I'm > > > looking for something like prototypejs ajax responders > > > <http://www.prototypejs.org/api/ajax/responders>, but could not find > > > anything > > > in gwt's javadocs. In our case, we want to show a 'loading' message > > > when doing ajax requests. > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
