Coldfusion - subdir包括没有看到应用程序变量

时间:2013-10-31 15:30:13

标签: coldfusion

我对今天遇到的事情感到很困惑。这是在Linux ColdFusion 8服务器上运行的。我在根目录中有一个索引页面,其中包含一个子目录中的“header.cfm”文件('header / header.cfm')。在header.cfm中没有看到Application.cfc中设置的变量。

/myRoot  
    |- Application.cfc  
    |- index.cfm  
    /header  
        |-header.cfm  

Application.cfc

OnRequestStart: <cfset myAppPath = '/myRoot'>  

index.cfm有这一行:

<cfinclude template="header/header.cfm">  

header / header.cfm

<link rel='stylesheet' href='#myAppPath#/styles/style.css'>

当我运行index.cfm时,我收到此错误:“myAppPath”未定义。

0 个答案:

没有答案