On Fri, Jan 30, 2009 at 1:35 PM, joe young <[email protected]> wrote: > Because loadGeoNodeForm() is the function of GeoNodeController, so > that's why AsyncCallback.onSuccess() can't call it, all I want is to > call that function AFTER the RPC is done, how do I do that?
You have to do it exactly as you're doing it. I don't understand why you can't call loadGeoNodeForm() from onSuccess(). The AsyncCallback in your example code is an anonymous inner class inside GeoNodeController--it should have access to everything inside GeoNodeController, regardless of visibility. Are you sure you're not missing some other error? Ian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
