According to what I remember that when a new custom tag is placed in the <drive>:\CFUSION\CustomTags directory, and if a ColdFusion application request this custom tag, it automatically looks in this directory. Is this correct or not? Now, lets say that I added subdirectories for multiple projects in this CustomTags directory, and I have placed each custom tags in its different directory as accordingly to the project.
The problem I'm running into is that when I do put these custom tags into their own directory which are all subdirectories of the <drive>:\CFUSION\CustomTags directory, ColdFusion have a problem finding these custom tags. How to I fix this problem? I don't want these custom tags to go in the <drive>:\CFUSION\CustomTags directory. I don't want to use the <CFMODULE ...> tag to specify the custom tag but rather just the <CF_customtag>.
Any help or suggestings?
The problem I'm running into is that when I do put these custom tags into their own directory which are all subdirectories of the <drive>:\CFUSION\CustomTags directory, ColdFusion have a problem finding these custom tags. How to I fix this problem? I don't want these custom tags to go in the <drive>:\CFUSION\CustomTags directory. I don't want to use the <CFMODULE ...> tag to specify the custom tag but rather just the <CF_customtag>.
Any help or suggestings?