Are all of the components in the same directory? If not there'd be a problem. You can't use a variable in a cfcomponent tag..
<!--- compile error ---> <cfcomponent extends="#application.rootPath#.myBase"> Sam ---------------------------------------------- Blog: http://www.rewindlife.com Chart: http://www.blinex.com/products/charting ---------------------------------------------- > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of Raymond Camden > Sent: Wednesday, July 23, 2003 11:39 AM > To: [EMAIL PROTECTED] > Subject: RE: [CFCDev] CFC types in Mach II > > > Heh, Multi-Search and Replace in Studio. Will take all of 5 seconds. ;) > > Seriously though, they should maybe use a variable, so you can do > > <cfset ob = > createObject("component","#application.rootPath#.somefuseboxthing")> > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Chiverton > > Sent: Wednesday, July 23, 2003 9:27 AM > > To: [EMAIL PROTECTED] > > Subject: Re: [CFCDev] CFC types in Mach II > > > > > > On Wednesday 23 Jul 2003 13:50 pm, Raymond Camden wrote: > > > I haven't looked at the MachII specs, but couldn't you simply move > > > stuff to com.fuseboxmxii ? > > > > And then have to go through all the core files updating them. > > It'd be nicer if somone on teh Mach dev. team could see about > > putting them > > there to start with. > > Well, not there. > > /com/fusebox/machii or something. > > > > -- > > Tom C > > "Land of the free, home of the brave... you have to be brave > > to live there and > > enjoy the freedoms" > > ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
