Hi there,

I'm a newb when it comes to GWT so I need your advice.

I have a situation where I am making two restful calls using
RequestBuilder R1, R2.

R1-> http://localhost:8080/universe
R2-> http://localhost:8080/someDataContainedInUniverse

I have two ListBox components L1, L2 where data in (R1-R2) is put into
L1, and data in R2 is put into L2.

How can I wait on the result of some request so I can ensure that the
underlying ListBox components contain the proper information in the
correct state.  I realize R1 and R2 make asynchronous requests so
their callbacks can happen at any time.  What will happen when they do
since they both need to coordinate/communicate the same underlying
ListBox.

Any advice appreciated.

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