As it turns out AsyncCallback doesn't have a way to inform that it is finished. Therefore anything that needs the proper results from the request would need to be done in the AsyncCallback's onSuccess method.
On May 13, 6:12 pm, Nick Apperley <[email protected]> wrote: > All web services were returning json but not in a way that is treated > as jsonp for the GWT client. Once that was fixed no more timeouts > occurred for future requests. However there is now a bizarre issue > where the ArrayList that was populated in the defined onSuccess method > (for the AsyncCallback object) is now empty outside of the method > definition. How can that happen when no items have been removed from > the ArrayList? The ArrayList was defined outside of the object. -- 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.
