On Sun, Oct 3, 2010 at 10:24 AM, Patrick Julien <[email protected]> wrote: > The biggest problem I have so far with HasDataEditor is that it > completely ignores HasDataEditor mutation of the data source.
This is intentional. HasDataEditor and its superclass, ListEditor require that mutations of the structure of the list occur through the wrapper retrieved from ListEditor.getList(). -- Bob Vawter Google Web Toolkit Team -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
