Answered
Application.cfc not executing
I have the attached code in my Application.cfc. But when I
try to open my index.cfm to test my header and footer I get the
following error:
Element COMPANYNAME is undefined in REQUEST.
My index.cfm contains the following code:
<cfoutput>
Hello!!!! Welcome to #REQUEST.companyName#
</cfoutput>
What am I missing?
Thanks in advance.
Element COMPANYNAME is undefined in REQUEST.
My index.cfm contains the following code:
<cfoutput>
Hello!!!! Welcome to #REQUEST.companyName#
</cfoutput>
What am I missing?
Thanks in advance.
