Okay.. I fixed the error.
It was a stupid mistake on my part. So since I wasted everyone's time here
I'll point out my mistake:
WAS
HeadingID.text = "Site Specs
for: " + mySo.data.savedValue;
ArrayofStructs.removeAll();
callrunQuery.returnArray_of_Structs(mySo.data.savedValue);
myMouseIcon.MouseWait();
callrunQuery.source = GlobalVariables.getBannerCFCSource();
IS
callrunQuery.source = GlobalVariables.getBannerCFCSource();
HeadingID.text = "Site Specs
for: " + mySo.data.savedValue;
ArrayofStructs.removeAll();
callrunQuery.returnArray_of_Structs(mySo.data.savedValue);
myMouseIcon.MouseWait();
I was calling the RO before setting the source... hhhhhhhhhhh.. Thanks
everyone for at least looking at this.
________________________________
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Knudsen
Sent: Friday, May 25, 2007 2:40 PM
To: [email protected]
Subject: Re: [AFFUG Discuss] Remote Object error
stab, aye! Trying setting source="*" in the mxml and see if it works.
DK
On 5/25/07, Robert Capilli < [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> > wrote:
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 FusionLink <http://www.fusionlink.com>
-------------------------------------------------------------
--
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?
-------------------------------------------------------------
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 FusionLink <http://www.fusionlink.com>
-------------------------------------------------------------
-------------------------------------------------------------
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
-------------------------------------------------------------