http://gwt-code-reviews.appspot.com/1159801/show

Introduces an autobean is frozen issue.  The problem is that the
"workingCopy" variable that is introduced doesn't cause autobeans to
be unfrozen.  The scenario that I have is pretty simple:

public class XEditor extends composite implements Editor<SomeProxy> {
   private SomeChildTable pathToChildren;
}

SomeChildTable has a CellTable which uses the HasDataEditor wrapper.

If I remove workingCopy, the various FieldUpdater inside the table are
fine.  If I don't, I get an "autobeans is frozen" exception.  I
believe this is because workingCopy is a regular ArrayList<T> instead
of the generated RequestFactory list wrapper type

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to