Ah, thanks guys. I wasn't aware you could have </cfmodule> tag. Good to
know.

One question, and maybe this is what Pascal meant in his original reply.
What happens if in my custom tag I call another <cfmodule> .... </cfmodule>?
Will the parser barf?

</rob>

-----Original Message-----
From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 30, 2002 12:27 PM
To: CF-Talk
Subject: Re: Quick question on custom tags


Rob,

You are incorrect, you can use the start stop ... <cfmodule template =
"../modules/custom_tag.cfm">Blah Blah </cfmodule> works just fine with the
execution modes.

Paul Giesenhagen
QuillDesign



> 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.
>
>
>

______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to