Yeah ok maybe I missunderstood your solution example. But your general idea 
is correct:

1.) do the first async request
2.) in the callbacks onSuccess method of the first request execute the 
second async request.

So basically you are chaining async requests. Thats the way to go, or try to 
fix your code in a way that its not dependent on the order of async request 
results.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/17sKMYyjq8YJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to