On 5/16/05, Rajesh Jayabalan <[EMAIL PROTECTED]> wrote:
> My data provider is a httpService, so how can I send the edited data
> back?
Let's say you have this editable DataGrid in your application:
<mx:DataGrid id="grid" editable="true"
dataProvider="{httpService.result.insideTheResult}" />
The edited data can be accessed through the dataProvider property of
the 'grid' object above. (grid.dataProvider.insideTheResult....)
> And since the dataprovider is an object, how to access the object in
> my java (webservice class).
You'll have to send the object to the service by including it as a
parameter or something. Honestly I don't do web services, so you
probably know better. All I can say is that the dataProvider property
contains the data you're looking for, and you want to send it to the
server side using RemoteObject, HTTPService or (in your case)
WebService.
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/