|
Hello,
I’m developing on a website and I wanted to split up the development code and stable and tested code (for demo).
So I made two mappings: website_development and website_demo in ColdFusion administrator.
In application.cfm, I created an application.map variable with one of the two above mentioned mappingnames.
I adapted the code of my cfc’s from <CFMODULE extends = “website_development.baseComponent”> to <CFMODULE extends = “#application.map#.baseComponent”>
But, when I run the program, I get this error “This _expression_ must have a constant value.” And that is a major setback for me… L
Does someone know a work around for this?
Met vriendelijke groeten, Jurgen Stillaert
------------------------------------------------------------------------------------ Jurgen Stillaert Webdeveloper
RAMIT vzw c/o Dept. Medical Informatics & Statistics University Hospital Ghent (5K3) De Pintelaan 185 9000 Ghent Belgium
Phone: +32 9 240 52 93 Fax: +32 9 240 34 39 E-mail: [EMAIL PROTECTED]
|
- Re: [CFCDev] Constant values in attribute extends Jurgen Stillaert
- Re: [CFCDev] Constant values in attribute extends Jeffry Houser
- RE: [CFCDev] Constant values in attribute extend... Jurgen Stillaert
- RE: [CFCDev] Constant values in attribute ex... Stephen Milligan
- Re: [CFCDev] Constant values in attribute extends wired
- RE: [CFCDev] Constant values in attribute extend... Jurgen Stillaert
- RE: [CFCDev] Constant values in attribute extend... Jurgen Stillaert
- Re: [CFCDev] Constant values in attribute extend... Bryan F. Hogan
- Re: [CFCDev] Constant values in attribute extends Dave Carabetta
- RE: [CFCDev] Constant values in attribute extend... Jim Davis
- Re: [CFCDev] Constant values in attribute ex... Sean A Corfield
