Re: RequestFactory sending entire list even when nothing changed in the list

2013-05-08 Thread Thomas Broyer
On Tuesday, May 7, 2013 6:28:00 PM UTC+2, Yan wrote: Hi there, Using GWT 2.4 request factory, but observed this. I have an EntityProxy (parent) containing a list of EntityProxy (children). I put the parent in edit mode, update an attribute on the parent and then persist the parent, I

RequestFactory sending entire list even when nothing changed in the list

2013-05-07 Thread Yan
Hi there, Using GWT 2.4 request factory, but observed this. I have an EntityProxy (parent) containing a list of EntityProxy (children). I put the parent in edit mode, update an attribute on the parent and then persist the parent, I noticed that the entire list of children are sent across