Maybe someone can help me on this. I have been going through all my > files and applying formatting, and whenever I try to apply formatting to > my index.cfm DW hangs. There is nothing special in the file and it only > has a bunch of <cfcase> tags to handle the different template loads. > Just thought it was weird. Any suggestions for eliminating this problem > would be appreciated. > > Doug
You're right it will hang like that on index.cfm when you use that type of switch or cfif control over your app. Easy solution, STOP putting all your scripts as conditions off of index.cfmand you won't have that problem. -- Casey ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:263284 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

