ColdFusion and XML - An Important Reminder
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.
<cfsetting showdebugoutput="false" />
2. Simply use the docked version of the CF debugger.



There are no comments for this entry.
[Add Comment] [Subscribe to Comments]