Pop-Out
<cfcomponent>
<cfset this.ApplicationName = "mccoy">
<cfset this.mappings["/mymap"] = getDirectoryFromPath(getCurrentTemplatePath())>
<cfset this.customTagPaths = getDirectoryFromPath(getCurrentTemplatePath()) & "tags/">
Cut-N-Paste
<cfcomponent> <cfset this.ApplicationName = "mccoy"> <cfset this.mappings["/mymap"] = getDirectoryFromPath(getCurrentTemplatePath())> <cfset this.customTagPaths = getDirectoryFromPath(getCurrentTemplatePath()) & "tags/">