Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Get data from RPCManager.sendData()

$
0
0
I have a method on the server side methodA() in MyServiceImpl class which extends RemoteServiceServlet.

How do i send the data to my method methodA()

Client code
Code:

if ( aGrid.rowHasChanges( i ) )
{
  RPCRequest  rpcRequestProperties = new RPCRequest();
  rpcRequestProperties.setData( aGrid.getRecord( i ) );
  RPCManager.sendRequest( rpcRequestProperties );
 }








SmartClient Version: v8.3p_2013-04-15/Enterprise Deployment (built 2013-04-15)

Viewing all articles
Browse latest Browse all 4756

Trending Articles