>>CF won't allow you to CFINCLUDE application.cfm or the other default >>templates
Sure it will. Try it: put this in an Application.cfm <cfset someVar = "test"> and this in a nested app's Application.cfm <cfinclude template="../Application.cfm"> and this is nested apps index.cfm (or whatever) <cfoutput>#someVar#</cfoutput> And browse index.cfm, it shows : "test" -Craig ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

