Hi
I am working on an application which uses GWT 2.0, gwt-comet & GXT
I have added a close handler (Window.addWindowClosingHandler) to
detect refresh and closing of browser
When this handler is called I do a RPC to a servlet.
This RPC is executed properly if the browser tab is closed. However in
case of refresh it is inconsistent. Few times RPC is executed while
some times it doesn't and onFailure (of AsyncCallback) is called and
StatusCodeException is thrown
Is there any thing wrong in my implementation. pls help me out with
this situation.
Thanks in advance for suggestions

-- 
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.

Reply via email to