If you are using the Editor framework to edit (or display) the object,
RequestFactoryEditorDriver can build a list of paths based on the tree of
editors.
If your object graph is that complex, the Editor framework is probably worth
looking into!

One thing to note about with(), is it silently ignores paths that don't map
to anything on the server. So watch out for typos if you are building the
paths manually.

On Tue, Oct 18, 2011 at 2:28 PM, 007design <0...@007design.com> wrote:

> I don't know what the issue was exactly but I seem to have gotten it
> to work.  Now my question is if there's a better way to fetch complex
> object graphs from the server than having to write:
> request.findEntity.with("itemA.itemB.itemC", "itemA.itemD.itemC" ...)
> Is there a more efficient way to do this?
> Thanks!
>
> --
> 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-toolkit@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.
>
>

-- 
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-toolkit@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.

Reply via email to