[flexcoders] Re: A very simple XML question

2006-07-28 Thread Joe
--- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED] wrote: Joe, in addition to what Tracy mentions, you have some case- sensitivity problems. All your XML element names are lower case, so you must write ... source={GetData.product} ... ... dataField=name ... ...

[flexcoders] Re: A very simple XML question

2006-07-28 Thread Joe
--- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: I believe the XML object will already be at the root so try: source={GetData.Product} If you still have trouble, use a test function to inspect the structure of the GetData object. Use toXMLString() to see

[flexcoders] Re: A very simple XML question

2006-07-24 Thread Josh Johnson
So I'm curious... What's the benefit of using mx:Model and further abstracted through an mx:ArrayCollection, as opposed to mx:XML and just using that as a direct dataProvider to the DataGrid? - Josh --- In flexcoders@yahoogroups.com, Joe [EMAIL PROTECTED] wrote: Then , here is my c.mxml