Hello,
I've got a bit of a problem with my local fw/1 app. I seem to be getting an error if I set an name (
this.name = "myApp" ) for my application within the sites' Application.cfc file. If I remove it, then there is no problem, but if I put it in, then it errors out.
I'm getting an error that seems to be initiated (in framework.cfc) by onRequest() calling setupApplicationWrapper(). Specifically it complaining at line 1738 there is a reference to application.applicationName which coldfusion is saying undefined in the application scope. The error message is:
"Element APPLICATIONNAME is undefined in APPLICATION."
I tried searching the user group threads for anything related and couldn't find anything. Can we not set an application name (
this.name) within our Application.cfc? Am I missing something?
FYI, I'm using fw/1 version 2.1Beta3
Thank you in advance for any help.