On Oct 3, 4:57 pm, Patrick Julien <[email protected]> wrote: > Any sample somewhere then because I am not getting how to use this > class properly
There's sample code in ListEditor.getList()'s javadoc; but I think HasDataEditor might be missing a call to the HasData's setRowCount method. And/or maybe HasDataEditor should internally use a ListDataProvider so that changes to the list are reflected in the HasData? (or are *we* rather supposed to wrap the ListEditor#getList() in a ListDataProvider to add/remove values?) (disclaimer: haven't yet took the time to code a sample, still only judging by my reading of the code) -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
