hi all:
suppose we have two entity proxy that has an reference relationship:
class AProxy
{
BProxy getBproxy();
}
class Bproxy
{
String getName();
...
}
in UI, there is a list table used to display Aproxy, one column is
BproxyName, but it is always null. seem when i fetch all A Entity in server
side, it can also fetch B entity, but at the client side, getBproxy() just
return null.
how can i solve this problem?
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.