>I thought I pulled the core files but the JS error shows "Ext.get is null or >not an object"
Have you included adapter/ext/ext-base.js? If so, is the path correct? Are the files included in the correct order? http://extjs.com/learn/Ext_FAQ#What_is_the_proper_include_order_for_my_JavaScript_files.3F Do you have Firebug installed in Firefox? If not, get it at http://www.getfirebug.com/ Then load your page which are receiving the error. At the top of the Firebug Console you'll see a list of upside down tabs (Console, HTML, CSS, Script, DOM, and Net). Click the Net tab. At this point you should see all of the external resources loaded on the page. You can filter by a specific type (All, HTML, CSS, JS, XHR, Images and Flash) by clicking the toggle buttons above the upside down tabs. I suspect that you will see a red 404 error next to your ext-base.js include if you did include it. Mouse over it to see the full path and adjust it as necessary. Aaron Conran Ext JS Core Development Team ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:297894 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

