Excellent. Thanks Douglas and everyone else. will
-----Original Message----- From: Douglas Knudsen [mailto:[EMAIL PROTECTED] Sent: 03 April 2008 14:08 To: Flex Subject: Re: Flex newbie question - debugging a remote object call or use Service Capture, trace(), Logging API, and/or debug mode on the server. Checkout the link below for a preso on debugging: http://adobechats.adobe.acrobat.com/p91186888/ :) DK On Thu, Apr 3, 2008 at 8:51 AM, Stefan Richter <[EMAIL PROTECTED]> wrote: > also check out the mx:Tracetarget tag > > > Regards, > > Stefan > > > > > On 3 Apr 2008, at 13:17, Rick Root wrote: > > > On Thu, Apr 3, 2008 at 5:55 AM, Will Swain <[EMAIL PROTECTED]> wrote: > > > >> > >> <mx:method name="getPortfolio" result="returnHandler(event)" > >> fault="Alert.show(event.fault.faultString)"/> > >> > >> I'm assuming that the method name should correspond to the function > >> name that I want to call in the cfc? > > > > > > Yeah. > > > > > >> I don't seem to get any errors, so I'm assuming this call is > >> happening > >> fine, > >> but how do I check? Is there the equivalent of cfdump in Flex? > > > > > > Not really. > > > > Run your app in debug mode and put a breakpoint in the returnHandler() > > function. > > > > Then you can inspect the results. > > > > Rick > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:5159 Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
