I'd be inclined to believe that an RPC sent in onWindowClosing() would work though you wouldn't get any response. If you don't cancel the window close event then the page should be unloaded and the code would be gone. The asynchronous nature of the call to the server would suggest that the request is sent, the window closed, and there should be no one left to handle the response.
-jason On Jun 23, 2009, at 5:02 AM, Nim wrote: > > FYI > > On Jun 23, 2:13 pm, Nim <[email protected]> wrote: >> Hi All, >> when I'm closing Browser window,i've implemented >> onWindowClosing() method. >> Its being called in all browser but after i'm making >> further RPC calls to logout in Safari & opera Further >> RPC calls not being called however in IE,FF,Chrome all >> working fine. >> >> addWindowCloseListener not working with Opera as well. >> >> Please share thoughts. >> >> --Nim > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
