One problem with cfmodule is that you cannot take advantage of the ThisTag
type functionality you get from using the different execution modes. In
other words you can't have tags like

<cf_MyCustomTag>
blah blah
</cf_MyCustomTag>

I think someone else alluded to it, but starting with CF5 you can add
additional custom tag paths via the CF administrator. when you call
<cf_MyCustomTag> CF will search the depth of the custom tag tree(s) looking
for a file called MyCustomTag.cfm.
If you have 2 tags with the same name it will use the first one it finds
(you will see warnings about this in one of the server logs).

</rob>

-----Original Message-----
From: Eric J Hoffman [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 30, 2002 11:14 AM
To: CF-Talk
Subject: RE: Quick question on custom tags


Use <cfmodule> to call it.Regards,

Eric J. Hoffman
Director of Internet Development
DataStream Connexion, LLC
(formerly Small Dog Design)

-----Original Message-----
From: Brian Eckerman [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 30, 2002 10:05 AM
To: CF-Talk
Subject: Quick question on custom tags


Is it possible to call a custom tag that resides in a folder other than
the current folder.

I am using <cf_cf_formurl2attributes> but I would like to have one copy
residing in a "commonfiles" folder at root.
This would take something like <../cf_cf_formurl2attributes>  right?  It
doesn't seem to work.

Any help is appreciated.


______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to