Hi,

I'd like to write this with a Form:

<mx:Form id="bookDetails" label="Book Details"
      dataProvider="{bookDataGrid.selectedItem}">
  <mx:FormItem label="Title">
    <mx:TextInput id="title" dataField="title"/>
  </mx:FormItem>
</mx:Form>

which is the same that I can write for a DataGrid but for only one
object. I'd also want that the binding be bidirectional: when I modify
something in the Form, I'd want that the object be modified.

I know it is not posible at present. But how close can I get
generallicaly? (without specifying for each field the object property
it has to update, etc.). Somehow, I feel that is very declarative for
a DataGrid but very programatic for a Form.

Thanks,

Pepe.





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to