Assuming you are querying PTasLinks, does RIdxWord also have pTagOwnedSet
array?
I believe in the post Thomas meant something like
Req.with("pTagOwnedSet.grandChildren.pTagOwnedSet").fire().
That's what I would try too.
Because with("pTagOwnedSet.grandChildren").with("pTagOwnedSet") must be the
same as with("pTagOwnedSet.grandChildren")
But honestly I've never done with() for more than 1 level, and only for 1:1
relationships. I prefer querying sets little by little, and only when a
user needs the data.
--
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.