[EMAIL PROTECTED] wrote:

How do I tell CF to get the tag in it's folder, not the other one?  I tried renaming the one in 
the CF custom tags folder, but the page just gave an error like "couldn't find custom tag 
CF_whatever in C:\Cfusion\Custom Tags\", rather than try using the one in it's own folder.

on CF 5...

It sounds like CF can't find the file in the same folder as the page currently being processed. It can't be case sensitivity, because you are on windows judging by the "c:\Cfusion\..." reference above, so I can only assume a typo in the file name, permissions (unlikely) or perhaps the calling page is not actually in the same folder as the tag. You can always get the template path and check that it matches what you're expecting.

Have you tried using CFMODULE to load the tag?

Stephen


-- These lists are syncronised with the CFDeveloper forum at http://forum.cfdeveloper.co.uk/ Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
activepdf.com*
     *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
          *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]



Reply via email to