Is this in hosted mode or compiled in a browser? I mentioned this literally years ago for hosted mode and have had various answers as to the cause. Google's Scott Blum said it was due to arrays of primitives, but that was back in August 2006 so opinions may have changed.
If it's outside of hosted mode, it would be useful to know what browsers are affected (or all). Ian http://examples.roughian.com 2009/6/17 Damon Lundin <[email protected]> > > Well, I did try using a RequestBuilder as I mentioned above and it had > the same problem. I also made sure that my callback was not an inner > class of the class making the request in case it was capturing the > outer class and holding on to it until the response returned. > > I did find a solution that works but is a bit of a hack. I add an > image to the application who's URL points to the servlet I added. > That does appear to fire off the call to the server on both navigating > away from the page as well as closing the window. It looks something > like this: > > RootPanel.get().add(new Image(<url to servlet>)); > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
