Before I do that though, the error: one of the parameters isinvalid,
suggests that my RemoteCall is missing a vital parameterwhich is picked
up by default from the DataGrid or its dataProvider(I don't use a
dataProvider either).I pass only the destination and source, along with
thefunction name in the cfc e.g.public function getData():void{ var
svc:RemoteObject = new RemoteObject(); svc.destination = "ColdFusion";
svc.source = "mySite.myCFC"; svc.getcurrent.addEventListener("result",
resultHandl...