I just use Charles (I paid for it but the free version works just as well with some nag messages). Won't work with AIR (since it isn't browser based) but works great with Flex.
On Tue, Oct 7, 2008 at 8:31 PM, Paul Kukiel <[EMAIL PROTECTED]> wrote: > This helps me alot when debugging cfc from a Flex app > > At the top of the method being called. > > <cfmail to="me" from="me" subject="arguments" type="html"> > <cfdump var="#arguments#" /> > <cfmail> > > Paul. > > -----Original Message----- > From: Simon Bailey [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 7 October 2008 10:41 PM > To: cf-talk > Subject: Re: Handling a VO parsed from Flex to CF > > Unable to invoke CFC - The value coldfusion.runtime.TemplateProxy > cannot be converted to a number. > > However I am 100% that all the passed elements are of correct data > types? > > Is this throwing the error up think i.e. aRecord is a VO and > course_results is the array of VO's? > > #arguments.aRecord.course_results[i] > > Simon > > On 7 Oct 2008, at 00:11, Brian Kotek wrote: > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313587 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

