How are the three elements defined?  IOW: what is anyClass, a variable, a
getter/setter, a [Bindable]?  What about subClass?

Where there any warnings in the compiler output?

-Alex

On 1/8/17, 9:07 PM, "sankar" <santanu4...@gmail.com> wrote:

>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-f
>ails-when-following-multiple-references-tp58022.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to