I am setting the SOURCE property of the RemoteObject below.. But It does not
seem to allow me to do it. Any idea why?
public function init():void{
callrunQuery.source = "myDir.test.CFC.BannerCFC";
}
My RO.
<mx:RemoteObject id="callrunQuery"
endpoint="http://apps.wonder.com/flex2gateway/"
<http://apps.wonder.com/flex2gateway/%22> destination="ColdFusion" source =
"" result="resultHandler(event)">
ERROR That I'm receiving:
[RPC Fault faultString="The name is not a valid component name."
faultCode="Server.Processing" faultDetail="Component names cannot start or
end with dots."]
-------------------------------------------------------------
To unsubscribe from this list, simply email the list with unsubscribe in the
subject line
For more info, see http://www.affug.com
Archive @ http://www.mail-archive.com/discussion%40affug.com/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------