Even though they're not really relationships, they probably (I haven't yet checked) obey the same rules: http://code.google.com/webtoolkit/doc/latest/DevGuideRequestFactory.html#relationships
When querying the server, RequestFactory does not automatically populate relations in the object graph. To do this, use the with() method on a request and specify the related property name as a String: Request findReq = requestFactory.personRequest().find(personId).with("address"); -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.