Is there an actionscript equivalent for <mx:Binding other than 
bindProperty. I have a actionscript class for my data model that I bind 
to a datagrid using

<mx:Binding source="{Events(list.selectedItem)}" destination="model" />

bindProperty requies and object and property for the target. I don't 
want to have to set each individual field. I saw some documentation for 
mx.data.bind but that seems to not be included in flex 3. 

Thanks in advance,

Ron

Reply via email to