ColdFusionWelcome to the Ext & ColdFusion page. The idea is to have a page that will allow CF programmers to create a manual to help others integrate Ext with CF.
DebuggingThe CF debugging info can certainly mess with your Ext pages. You can use
<cfsetting showdebugoutput="no">
to suppress debugging info if you have the CF debugger turned on in your test environment but dont want it to affect your Ext pages.
The use of the Firefox extention Firebug is also highly recommended. You can, for example, see the page headers and view any CF errors that might occur on the server pages that provide data for your Ext components.
You might also want to check out Coldfire - an extention to Firebug that displays the CF debugging output in Firebug instead of on the page itself.
ExamplesA tree and portal example with sample files: Tree and Portal
A FormPanel that allows you to load a record, edit the data and submit the form back to the server using JSON: Sample in forum
A technique for using CF to return json that is in the format required by the various Ext components: Sample in forum