[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform] Re: [DataBinding] JavaBeansObservable not updating
|
> But this line throws an exception (UnsupportedOperationException?) as
> wrappedList is not of type ArrayList but Arrays$ArrayList.
Arrays.asList() returns an unmodifiable list. The question now is: did you
create this list, or did the data binding framework do that. If it's the
former, make sure you use modifiable lists in both model and target. If it's
the latter, would you mind filing a bug, ideally with an attached snippet
with which we can reproduce it?
http://wiki.eclipse.org/Platform_UI/FAQ#How_do_I_report_a_bug.3F
Thanks
Boris