micjohnson
Programmer
I am using ColdFusion MX 6.1. I am calling <cf_session_check> custom tag from my application.cfm. On the server, the custom tag folder has mapped to D:/CfusionMX/Custom Tags/COSTT and the custom tag template "cf_session_check .cfm" has placed at the above location.
But when i run the application, i am getting this error.
....................................................
Cannot find CFML template for custom tag costs_session_check.
ColdFusion attempted looking in the tree of installed custom tags but did not find a custom tag with this name.
The error occurred in Application.cfm: line 952
950 : <cfoutput>
951 : <!--- call custom tag for session check --->
952 : <cf_session_check>
...............................................
Any suggestion.
Thanks in advance.
micjohnson
But when i run the application, i am getting this error.
....................................................
Cannot find CFML template for custom tag costs_session_check.
ColdFusion attempted looking in the tree of installed custom tags but did not find a custom tag with this name.
The error occurred in Application.cfm: line 952
950 : <cfoutput>
951 : <!--- call custom tag for session check --->
952 : <cf_session_check>
...............................................
Any suggestion.
Thanks in advance.
micjohnson