Hi
I want to maintain several separate cfm code lines on the same server, which
is currently running CF5. Each code line is under a different subdirectory.
Ideally, each code line would have it's own distinct set of custom tags,
ideally with tag duplicate tag names allowed across code lines.  Right now
we call custom tags using the simply <cf_filename> convention so each code
line has to have a uniquely named file name.


So, is there any way in CF to restrict the custom tag search path used by
any file under one subdirectory (which means a common application.cfm, if
that helps) so that it cannot see custom tags that are available to files
under a different subdirectory?


I think the standard answer is No, but it's been a while and maybe CFMX
offers something to deal with this.  (Running multiple instances, maybe?
Sounds like a lot of overhead though, esp in a production environment.)


We've considering using the cfmodule calling syntax with a variable name in
the module path but that gets messy pretty quickly, plus it breaks all of
the cfm parsing code that we use to generate custom tag and module call
trees.


Ideas welcome!


Thanks
    Mark
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to