I get an error "unknown Property state" FYI its an XML list like this
<mx:XMLList id="statesXMLList"> <state abbrev="AL" name="Alabama" /> <state abbrev="AK" name="Alaska" /> <state abbrev="AZ" name="Arizona" /> --- In flexcoders@yahoogroups.com, "Tim Hoff" <[EMAIL PROTECTED]> wrote: > > > Try: > > state.dataProvider.state[i].abbrev > > -TH