Hi Piotr, In the code you posted links to, fieldA has a getter marked with [Bindable]. The compiler should output code that converts ClassA to extend EventDispatcher and wrap the setter to dispatch a valueChange event and then things should work. If that isn't the case that would be where the bug is.
Thanks, -Alex On 1/10/17, 10:09 AM, "piotrz" <piotrzarzyck...@gmail.com> wrote: >Alex, > >Answer for you second question - "fieldA" do not dispatch "valueChanged" >event. If I have to dispatch it manually from setter I will need also >extend >my simple VO class by Dispatcher. >I doubt that is the case. > >Piotr > > > >----- >Apache Flex PMC >piotrzarzyck...@gmail.com >-- >View this message in context: >http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Data-binding-f >ails-when-following-multiple-references-tp58022p58113.html >Sent from the Apache Flex Development mailing list archive at Nabble.com.