Frick! I still don't get a response or an error. This isn't fun. :-\
On 10/18/07, Graham Pearson <[EMAIL PROTECTED]> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Here is another stab at this issue:
>
> on the mx:RemoteObject line add the following:
> fault="RemoteObject_Fault(event)" and add import
> mx.rpc.events.FaultEvent within the mx:Script block.
>
> Then add
>
> private function RemoteObject_Fault(event:FaultEvent):void {
> Alert.show("An error has been detected with the Web Service
> Connection and the server reported: \n Code: " + event.fault.faultCode
> + "\n Message: " + event.fault.faultString + "\n Details: " +
> event.fault.faulDetail, "Web Service Error Detected: RemoteObject",
> Alert.OK);
> }
>
>
> I do this for each of my Methods and Remote Object as I am learning
> about Flex also. This has giving me alot of information and I can not
> recall on Who's Blog I seen this Alert Line so I can not give credit
> where credit is due.
>
> Once you add this and publish what is the error message
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648
Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:4721
Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm
Unsubscribe:
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37