[flexcoders] basic exception handling

2007-02-07 Thread dantmcgowan
All, When I am catching exceptions the catch seems to be ignored and the actionscript error window pops up. For example if I have a simple service like this: mx:HTTPService id=simpleService url=http://example.com/someservice/; useProxy=false

Re: [flexcoders] basic exception handling

2007-02-07 Thread Clint Tredway
there is a fault attribute of the HTTPService tag that you can set to a function. that will catch any faults from the call. On 2/7/07, dantmcgowan [EMAIL PROTECTED] wrote: All, When I am catching exceptions the catch seems to be ignored and the actionscript error window pops up. For example

RE: [flexcoders] basic exception handling

2007-02-07 Thread Peter Farland
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Clint Tredway Sent: Wednesday, February 07, 2007 2:37 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] basic exception handling there is a fault attribute of the HTTPService tag that you