Application variable not being recognized when calling a customtag
This is a snapshop of my file structure:
/root/application.cfm
/customtags/mytag.cfm
/folder1/my_page.cfm
/folder1/application.cfm
"/folder1/my_page.cfm" calls a custom tag "/customtags/mytag.cfm" that references an application variable that exists both in the "/root/application.cfm" and in "/folder1/application.cfm" but for some reason the custom tag is erroring out saying the application variable does not exist. I think I'm missing some very basic understanding here, hahaha.
Thanks,
Paul
