Rick Root wrote:
> 
> my fault function:
> 
>       public function queryDBFault(e:Event):void
>       {
>               Alert.show(e.toString(), "Oops!", Alert.OK);
>       }

It's also worth mentioning that I can't change this to output JUST the 
fault object for some reason... ie, instead of e.toString(), I tried 
changing it to e.fault.toString() and it told me fault didn't exist, 
even though it clearly does when I dump e.toString()

Rick

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:3046
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:37
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37

Reply via email to