custom tags - storing them in their own folder
I've never used custom tags before, and I'd like to keep my code well organised by putting my custom tags in their own folder.
Looking through the documentation, it says I can either keep them in my applications folder along with my other code (messy) , or I can store them neatly in cfusion/CustomTags
I'm trying to do the latter, so in my application folder, I've created the folder cfusion and in that I've created CustomTags - is this correct ?
I'm getting an error saying my test page can't find the tag ?
If I put the custom tag in the same folder as my test.cfm , it finds the custom tag OK
