BTW, have you tried some of the cool developer plugins for Firefox? There's one call Firebug that will show you ajax traffic. Also, I'm not sure if this is part of a plugin I installed, or standard Firefox, but if you bring up the JS console, you can click on your error and it will open the correct file that fired the error, and scroll down and highlight the error (I think that's part of the Web Developer Toolbar).
> -----Original Message----- > From: Brad Wood [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 25, 2006 12:36 PM > > Yeah, thanks. I figured that out this morning. That helped a little > bit, but now I still have other problems-- but they are my > problems, not > ajaxcfc issues. In my CFC I cfmodule a Fusebox fuseaction into a > savecontent and return it. That works great when I use > createobject to > call my cfc, but my Fusebox application makes extensive use of > cfhtmlhead which is dumping a ton of javascript at the top of > the reply, > which totally screws up the ajaxcfc engine because there is > extra stuff > appended to the top of the reply. I already tried <cfcontent > reset="Yes"> and that didn't seem to do anything, so I'm kind of stuck > again. > > I also temporarily removed some try/catches in the ajaxcfc > engine to see > where my errors were occurring. I've noticed IE gives you the line > number the error happened on, but if it is an included .js > file, you may > not realize the line number goes with THAT file. > > -----Original Message----- > From: Munson, Jacob [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 25, 2006 1:07 PM > To: CF-Talk > Subject: RE: ajaxcfc invalid reply from server > > > Even if no one has a clue what is causing my specific weird > > problem, I'm > > hoping someone out there knows how to "see" what is going > on inside of > > the blasted CFC that ajaxcfc is calling to know what error is > > happening. > > You may have tried this, but what I do sometimes is to just > call the CFC > directly (from the browser). Or, use cfinvoke to call it. This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you. A1. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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/CF-Talk/message.cfm/messageid:247653 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

