Thanks Jay.. This is great help to me! - Simal
On Sep 9, 4:47 pm, jay <[email protected]> wrote: > In your async interface, rather than declaring the method to return > void, have it return a Request. You can then use the Request::cancel() > method. > > jay > > On Sep 9, 1:10 pm,Simal<[email protected]> wrote: > > > Sorry I didn't mention that.. I'm using GWT-RPC. > > > -Simal > > > On Sep 9, 4:09 pm, Ian Petersen <[email protected]> wrote: > > > > On Wed, Sep 9, 2009 at 1:01 PM,Simal<[email protected]> wrote: > > > > I was wondering if there is a way to cancel an ongoing server request > > > > (from client side) and if we get handles to our server requests at > > > > all.. > > > > Yes. Are you talking GWT-RPC or hand-rolled requests? > > > > Ian > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
