Hi everybody... I want to know whether I can call the AsyncCallback outside the entry point. I have tried to create a class named UserServiceCall to call all service to retrieve and insert/edit/delete User data. The class contain the code to call the service (AsyncCallback object with onFailure() and onSuccess process). Then I keep the result object in the attribute of that class. In entry point, I create an object of UserServiceCall class and call the service caller method and get the object by the attribute getter method of UserServiceCall class. But when I run the project, it shows me nothing in the html page. Can you help with this problem?
Thx before... Regards, Retha --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
