Hi everyone,

I'm having a terrible time trying to figure out how to extend the root
Application.cfc file in my site. I have an Application.cfc file in a
subfolder, and I've tried all of the following combinations without any
success. They all say that the sub/Application.cfc cannot extend itself:

<cfcomponent displayname="Subfolder Application.cfc" extends="Application">
<cfcomponent displayname="Subfolder Application.cfc" extends=".Application">
<cfcomponent displayname="Subfolder Application.cfc" extends="/Application">
<cfcomponent displayname="Subfolder Application.cfc" extends="\Application">
<cfcomponent displayname="Subfolder Application.cfc"
extends=".\Application">
<cfcomponent displayname="Subfolder Application.cfc"
extends="./Application">


Anyone know how to make this happen?

Thanks,

Dan




----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email to 
[email protected] with the words 'unsubscribe cfcdev' as the subject of the 
email.

CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting 
(www.cfxhosting.com).

An archive of the CFCDev list is available at
www.mail-archive.com/[email protected]


Reply via email to