Hi there!  Hoping for some insight on this one.  I have an Entity that
returns a list of related entities.

@Entity
class MyEntity {
private relatedList;
public static List<RelatedEntity> getRelatedEntities()  { return
relatedList;  }

}


I eagerly fetch these related items myself on the server when MyEntity
lookup occurs.  Yet the client still calls
RelatedEntity.findRelatedEntity(id) for every single item!

Tell me this isn't by design....?

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