But my XML is set to bindable.

--- In flexcoders@yahoogroups.com, "Jake Churchill" <j...@...> 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: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
> Behalf Of markgoldin_2000
> Sent: Thursday, May 28, 2009 8:28 AM
> To: flexcoders@yahoogroups.com
> 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?
>


Reply via email to