Nah, use Firebug.If you are on Chrome, use the Dev Tools.

On Fri, Jun 4, 2010 at 10:35 AM, Michael Grant <[email protected]> wrote:
>
> Well I used the ajax debug window that comes with CF8. I has assumed that's
> the best tool given the circumstance.
> The window output (from bottom to top) is:
>
> info:*http*: CFC invocation response:
>
>
> info:*http*: HTTP GET
> /WebAppraiser/appraisals/appraisal-new/components/appraisalDAO.cfc?method=getExactMatch&returnFormat=json&argumentCollection=%7B%22propForm%22%3A%7B%22unitNum%22%3A%22%22%2C%22streetNum%22%3A%22157%22%2C%22streetName%22%3A%22Langarth%22%2C%22streetType%22%3A%22STREET%22%2C%22streetDir%22%3A%22East%22%2C%22city%22%3A%22London%22%7D%7D&_cf_nodebug=true&_cf_nocache=true&_cf_clientid=4A25414E8D28C308B1513F9CF8514513&_cf_rc=0
>
>
> info:*http*: Invoking CFC:
> /WebAppraiser/appraisals/appraisal-new/components/appraisalDAO.cfc ,
> function: getExactMatch , arguments:
> {"propForm":{"unitNum":"","streetNum":"157","streetName":"Langarth","streetType":"STREET","streetDir":"East","city":"London"}}
>
>
> info:*LogReader*: LogReader initialized
>
>
> info:*global*: Logger initialized
>
>
>
> On Fri, Jun 4, 2010 at 11:26 AM, Raymond Camden <[email protected]> wrote:
>
>>
>> So I assume you used Firebug, or another network monitor, to see the
>> HTTP hit and result. Right? What did it show?
>>
>> On Fri, Jun 4, 2010 at 9:40 AM, Michael Grant <[email protected]> wrote:
>> >
>> > Normally I just write my own to handle async calls my cfc's, however
>> since
>> > I've never used cfajaxproxy I thought I'd give it a try and now I'm
>> > determined to make it work.
>> >
>> > I am using cfajaxproxy to send some form data (as a js object) to my .cfc
>> > which then runs a query and is supposed to send back a query object.
>> However
>> > when I invoke the method in the cfc my callback function is getting the
>> > result as a NULL. In my callback I have alert(res) as the only item and I
>> > expect to see [object] as the alert, but instead I get null.
>> >
>>
>>
>>
>> --
>> ===========================================================================
>> Raymond Camden, ColdFusion Jedi Master
>>
>> Email    : [email protected]
>> Blog      : www.coldfusionjedi.com
>> AOL IM : cfjedimaster
>>
>> Keep up to date with the community: http://www.coldfusionbloggers.org
>>
>>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334307
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to