RE: [flexcoders] rpc fault handler not called

2007-05-17 Thread Peter Farland
To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] rpc fault handler not called Is the problem with the responder? If you just pass a string in the ACT token, do you still get the error? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

[flexcoders] rpc fault handler not called

2007-05-10 Thread Michael Allman
Hi, Can anyone tell me how to get Flex to call a fault handler associated with an rpc call? This is the pattern I'm using: var token:AsyncToken = operation.send(); token.addResponder(responder); However, my responder's fault method is never called. Instead I get an error message

RE: [flexcoders] rpc fault handler not called

2007-05-10 Thread Tracy Spratt
@yahoogroups.com Subject: [flexcoders] rpc fault handler not called Hi, Can anyone tell me how to get Flex to call a fault handler associated with an rpc call? This is the pattern I'm using: var token:AsyncToken = operation.send(); token.addResponder(responder); However, my responder's fault method