Defining Custom tag Paths in Code

2003-07-06 Thread Don
If I understand your question correctly, that is, to let all applications under one server access the same custom tag / module, then, use DOT NOTATION to call the module is the way to go, for instance, cfmodule name=UtilityComponents.utility Attributes.A=1 Attributes.B='abc' ... (where

Defining Custom tag Paths in Code

2003-07-04 Thread Sean
Can it be done? Shared server model - trying to avoid sandbox/security issues with multiple custom path mappings - can I define the custom tag paths in code? Anybody know the syntax off hand? Cheers Sean ~| Archives:

Re: Defining Custom tag Paths in Code

2003-07-04 Thread Massimo Foti
Shared server model Any specific reason for avoiding cfmodule or, with CF MX, cfimport? Massimo Foti Certified Dreamweaver MX Developer Certified Advanced ColdFusion MX Developer http://www.massimocorner.com/

Re: Defining Custom tag Paths in Code

2003-07-04 Thread Matthew Walker
- From: Sean [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, July 04, 2003 7:41 PM Subject: Defining Custom tag Paths in Code Can it be done? Shared server model - trying to avoid sandbox/security issues with multiple custom path mappings - can I define the custom tag paths in code

Re: Defining Custom tag Paths in Code

2003-07-04 Thread S . Isaac Dealey
, July 04, 2003 7:41 PM Subject: Defining Custom tag Paths in Code Can it be done? Shared server model - trying to avoid sandbox/security issues with multiple custom path mappings - can I define the custom tag paths in code? Anybody know the syntax off hand? Cheers Sean