> Ok, so it looks like the only thing I'm hearing is about
> cfmodule. Are there any other ways to do it?  
>  
> Is there a "sandbox" mode for ISPs or something that lets
> each person have there own custom tag path?
>  
> No one suggested running multiple instances... does that mean
> that won't work?

You can use cfimport to bring in a set of custom tags, but then you have to
use <x:y> format.

> >What code does it break?
> FYI, besides being uglier, the cfmodule call would have to
> include a variable name in the path and I have a perl program
> that parses all of our cfm files and builds a model (stored
> in a db) of which tags are being called from where, and with
> what arguments.  This makes is easy to find references to
> tags, etc and see how they are used.  I guess I could hack it
> up to know about the different path structure...
>  

Well, typically are calls to custom tags look like so:

<cfmodule template="/#request.appMapping#/security/authenticate.cfm">

I'm not sure how that is ugly. ;)

As for your tool to scan your pages, as long as you used the same format
(mapping + path), then it would be trivial to get it working correctly.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to