[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: [DataBinding] JavaBeansObservable not updating

I think this was fixed some time ago, possibly after the 3.3 release. What version of DataBinding are you using?

Matthew

Masroor Ahmad wrote:
Roger this. It's the latter case.
Masroor

"Boris Bokowski" <Boris_Bokowski@xxxxxxxxxx> schrieb im Newsbeitrag news:fpmqng$fe3$1@xxxxxxxxxxxxxxxxxxxx
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