I'm trying to get some databinding working and it keeps throwing warnings.

I have the following MXML (PSEUDO CODE):

<Repeater id="deRep" dataProvider={"dependantXML"}>
    ....
    <Text ...
text=&quot;{deRep.currentItem..RELATIONSHIP.@dep_cust_rel_type}&quot; ... />
    ....
    <TextArea ... text=&quot;{deRep.currentItem.ADDRESS.@street}&quot; ...
/>
    ....
</Repeater>

Where "dependantXML" is an XMLListCollection.

I keep getting the warnings:
Warning: Data binding will not be able to detect assignments to
"RELATIONSHIP".
Warning: Data binding will not be able to detect assignments to "ADDRESS".

I've tried making "deRep" Bindable but that doesn't work.

Not sure what else to try.

Thanks for any help!
Kyle



--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/Can-t-get-Flex-binding-to-work-without-warnings-tp10754.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to