@Entity
class A
{
       Set<B> bs;
}

@Entity
class B
{
      C c;
}

@Entity
class C
{
}

i didn't type annotation for brevity. from client, using requestFactory i 
can get Aproxy with Bproxy inside, say, from client i can get all Bproxy in 
one Aproxy, but in the Bproxy the CProxy is null. i want to know how can i 
get Cproxy too,  then i don't bother with another request to server.
any ideas?
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 [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