Rick, Brad is dead on, see, every request that comes from your CF server returns the debugging information. CF is smart enough to do it for web services and Images, but there's no difference between your original page request and the ajax request, so it tacks on the debugging info there.
nathan strutz [Blog and Family @ http://www.dopefly.com/] [AZCFUG Manager @ http://www.azcfug.org/] On Fri, Jan 30, 2009 at 9:18 AM, Brad Wood <[email protected]> wrote: > > 1) Do you have coldfire installed? > 2) What do you see when you hit the Ajax URL in your browser? > 3) When you say "at the top of the calling page" do you mean the page that > contains the jQuery javascript MAKING the ajax call, or do you mean in > floor_duty.cfc which is RESPONDING to the ajax call. It's only going to do > good if you are talking about the second one. Take a look at a CFAJAX call > and you will see there is a URL parameter CF adds to make sure debugging is > off. That could come in handy. > > ~Brad > > ----- Original Message ----- > From: "Rick Faircloth" <[email protected]> > To: "cf-talk" <[email protected]> > Sent: Tuesday, January 27, 2009 5:42 PM > Subject: Why is debugging info showing up in my ajax response? > > > > > > I have <cfsetting showdebugoutput="false"> at the top > > of the calling page. > > > > My ajax json response is coming back fine, but below it, > > in firebug, is ColdFusion debugging code...why? > > What's triggering that? > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:318652 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

