I have been working on several examples of using ColdFusion with AJAX. Twice already I have received strange errors about the XML being malformed after I had it working just fine. Both times after debugging I realized that the error was related to the ColdFusion debugging info that was outputting at the bottom of the screen. ARGH!!
Now I am doing two simple things that make life much easier.
1. Explicitly disabling debugging on that page.
<code><cfsetting showdebugoutput=”false” /></code>
2. Simply use the docked version of the CF debugger.
Follow Me!