Hence the warning. Like Array, XML is not bindable. You might try converting the XML to an XMLListCollection.
-TH --- In [email protected], "markgoldin_2000" <markgoldin_2...@...> wrote: > > But my XML is set to bindable. > > --- In [email protected], "Jake Churchill" jake@ wrote: > > > > Convert the XML to an arraycollection of VOs and make the entire VO class > > bindable. > > > > > > > > Jake Churchill > > > > CF Webtools > > > > 11204 Davenport, Ste. 100 > > > > Omaha, NE 68154 > > > > http://www.cfwebtools.com > > > > 402-408-3733 x103 > > > > > > > > From: [email protected] [mailto:[email protected]] On > > Behalf Of markgoldin_2000 > > Sent: Thursday, May 28, 2009 8:28 AM > > To: [email protected] > > Subject: [flexcoders] Run time Warning > > > > > > > > > > > > > > > > > > warning: unable to bind to property 'ext' on class 'XML' (class is not an > > IEventDispatcher) > > > > It's coming from: > > <mx:FormItem label="Ext" required="true" includeInLayout="false"> > > <mx:TextInput id="ext" focusOut="c.formatNumbers(ext, salesreps)" > > width="10%" > > text="{salesreps.selectedItem.ext}" > > restrict="0-9"/> > > </mx:FormItem> > > > > where salesreps is a DataGrid with an XML as a dataProvider. > > > > Any idea? > > >

