Hi Abdul,
That will be ok - Passing all values as Strings - with Free Data
Entry form but what about editable DataGrid? Do we have to grab value from
each cell and pass them? This method is too much of ..... Is there any
workaround method so that I can pass DataProvider as an argument in the
called method?
Like ....
<mx:Button label="Pass String" click="saveData(productList);"/>
where productList is the dataprovider for the datagrid.
Thanks!
Hari
-----Original Message-----
From: Abdul Qabiz [mailto:[EMAIL PROTECTED]
Sent: Saturday, April 02, 2005 12:05 PM
To: [email protected]
Subject: RE: [flexcoders] Using RemoteObject to pass data to the Server
Hi,
You are right, you need to pass all data as arguments in the called method.
<mx:RemoteObject id="remoteService" source="RemoteService">
<mx:method name="echoName" result="alert(event.result.toString())"/>
</mx:RemoteObject>
<mx:Button label="Pass String" click="remoteService.echoName('Some
string');"/>
Sorry about docs, I understand it should be more better...
-abdul
-----Original Message-----
From: digital_eyezed [mailto:[EMAIL PROTECTED]
Sent: Saturday, April 02, 2005 3:59 PM
To: [email protected]
Subject: [flexcoders] Using RemoteObject to pass data to the Server
Hi,
I can't find much documentation on passing the data to the server
using the remoteObject data service. Everything seems to be about
getting info from the server. Is there any info around on carrying out
such tasks? I'm almost certain that its just about filling the
arguments on the called method but haven't found an example to give me
confidence.
Al I want to to is pass a VO to a server to be inserted into a
database via remoteObject, not HTTPService or Web Services.
Thanks in advance.
Yahoo! Groups Links
Yahoo! Groups Links
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/