did you call request.with(*paths*)? Where *paths *is a list of strings
containing the names of sub objects to parse??? calling driver.getPaths()will
return all the possible child paths i think??
eg:
Request<IMyProxy> fetchRequest = requestFactory.find(proxy.stableId());
fetchRequest.with(driver.getPaths());
fetchRequest.to(new Receiver<IMyProxy>() {
...
});
--
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.