The extends attribute is hard coded, no way around that. As of CF8, you can set mappings per application. So the idea is to use a mapping to your root folder, and then you're more flexible.
On Sat, Aug 30, 2008 at 6:34 AM, Erik V <[EMAIL PROTECTED]> wrote: > > So I want to have the following folder scheme: > > - /parentCFC.cfc > - /subfolder1/childCFC.cfc > - /subfolder2/childCFC.cfc > > Where childCFC inherits from parentCFC, do you see? > > I've tired all kinds of <cfcomponent extends=" ... " but I'm not > getting anywhere, the only way I can get it to work is if I know where > this folder resides in the web app and go extends="cfcFolder/model/ > something/parentCFC" but then if I move the folder, I have to change > the extends statement.. which is what I want to avoid.. > > Has anyone figured out how to do this? > > Thanks for the help in advance, > > Erik V > > > > -- Nando M. Breiter The CarbonZero Project CP 234 6934 Bioggio Switzerland +41 76 303 4477 [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CFCDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfcdev?hl=en -~----------~----~----~----~------~----~------~--~---
