That got rid of the warnings! Hopefully it still works correctly, I'll have to test it out. Thanks so much!
Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Tue, Jul 14, 2015 at 6:54 PM, Alex Harui [via Apache Flex Users] < [email protected]> wrote: > Try: > > {XMLList(deRep.currentItem)..RELATIONSHIP.@dep_cust_rel_type} > > > And > > {XMLList(deRep.currentItem).ADDRESS.@street} > > > -Alex > > On 7/14/15, 12:13 PM, "kamcknig" <[hidden email] > <http:///user/SendEmail.jtp?type=node&node=10757&i=0>> wrote: > > >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="{deRep.currentItem..RELATIONSHIP.@dep_cust_rel_type}" > ... > >/> > > .... > > <TextArea ... text="{deRep.currentItem.ADDRESS.@street}" > ... > >/> > > .... > ></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-w > >ork-without-warnings-tp10754.html > >Sent from the Apache Flex Users mailing list archive at Nabble.com. > > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://apache-flex-users.2333346.n4.nabble.com/Can-t-get-Flex-binding-to-work-without-warnings-tp10754p10757.html > To unsubscribe from Can't get Flex binding to work without warnings, click > here > <http://apache-flex-users.2333346.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=10754&code=a2FtY2tuaWdAZ21haWwuY29tfDEwNzU0fC0xNTg3MjQ1NTM4> > . > NAML > <http://apache-flex-users.2333346.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Can-t-get-Flex-binding-to-work-without-warnings-tp10754p10768.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
