Hari, 

You can send it back like this:

In AS:
ro.updateMethod(myDataGrid.dataProvider);

with MXML

<mx:RemoteObject id="ro" ...>
   <mx:method name="updateMethod">
      <mx:arguments>
          <myArray>{myDataGrid.dataProvider}</myArray>
      </mx:arguments>
   </mx:method>
</mx:RemoteObject>

Jo�o Fernandes

--- In [email protected], "Doodi, Hari - BLS CTR"
<[EMAIL PROTECTED]> wrote:
> Hi All,
> 
> I have a updatable datagrid on my screen. I did get data from the
> RemoteObject call from java backend (an array of value objects).
Data got
> displayed on screen well and user can make updates. Now my question
is how
> can I send this data from datagrid back to my javaclass thru
RemoteObject
> call to save on to database. Please advice or point me to some code
> examples. Thanks in advance..
> 
> Thanks!
> Hari







 
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