By default, RF does not send "related entities", you have to explicitly ask 
for them using the .with() on the client sie when making your request (in 
your case, something like: ctx.getListOfA().with("bproxy").fire(...))
See 
http://code.google.com/webtoolkit/doc/latest/DevGuideRequestFactory.html#relationships
 which 
says:

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

-- 
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