Hi All,

I have two modules in my project both having seperate client package and
same server package. Module A is having general project structure as client,
server, shared folders. Module B is having one client package and it shares
the same server package of A. I am using 2.1 with uibinder. All
configuration is done and working.
I have one uibinder.ui.xml and its corresponding uibinder.java in module B.
I need to make a server side call from uibinder.java. So wat i did is, i
create another interface, interfaceAsync in client package of module B and
one interfaceImpl in server package.

Now i instantiate interfaceAsync in uibinder.java class and use it to call
method in interfaceImpl, it compiles and run fine but when i click the
button to call server side method then it does not invoke the method in
interfaceImpl. Simply the call does not go to the method in the
interfaceImpl so i always get null result from server.

Any suggestion pls.

Also is there any problem in project architecture ?

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