yes, with patch http://gwt-code-reviews.appspot.com/1159801/show
On Mon, Feb 28, 2011 at 8:43 PM, Ray Ryan <[email protected]> wrote: > Patrick, did you file an issue about this? > > On Tue, Feb 22, 2011 at 7:15 AM, Patrick Julien <[email protected]> wrote: >> >> 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 > > -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
