Hi, I've reported this issue to JIRA at: https://issues.apache.org/jira/browse/FLEX-35227.
Basically, binding to UI components do not works when following multiple class references. i.e. following thing should work: *<js:Label id="lbl" text="{anyClass.fieldA}" width="300"/>* But this won't: *<js:Label text="{anyClass.subClass.fieldB}" width="300"/>* Even if both the fields (fieldA, fieldB) has it's binding prequisites, i.e. /[Bindable("fieldAChanged")]/ etc. metadatas. The JIRA issue has been supplied with a basic project/example to demonstrate this problem. I was wondering if it's something that needs compiler level of fix, or I/we can fix it someway with some guidance. Thanks! -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022.html Sent from the Apache Flex Development mailing list archive at Nabble.com.