What happens if you create those unscoped vars in onRequest? Adrian
-----Original Message----- From: Richard Steele [mailto:[EMAIL PROTECTED] Sent: 21 July 2008 16:44 To: CF-Talk Subject: Problems with switching from application.cfm to application.cfc We are now using CF8 and want to take advantage of features in application.cfc. In particular we want to take advantage of the missing template handler of CF8 application.cfc. However, in our current application.cfm file we had defined 20 or so variables that were not scoped (eg. xcachepath="/cache">. In application.cfc, these variables evidently need to be scoped (eg. request.xcachepath="/cache">. This is a huge website and the thought of searching and replacing these variables and then uploading each one of thousands of files to our production server is daunting and could take many days of work. If there is no work around to the above problem, can the missing template handler be used in the application.cfm? Many thanks in advance. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309345 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

