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:5157 Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
