But that doesn't solve the problem... -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: vrijdag 21 mei 2004 17:22 To: [EMAIL PROTECTED] Subject: Re: [CFCDev] Constant values in attribute extends
Is there any reason you can't use cfinvoke or createObject() instead of cfmodule? benjamin > 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. :-( > > > > 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] > > > > > > ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED] ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
