i am defining my cfc and i am missing something he...
# cfml-beginners
g
i am defining my cfc and i am missing something here which i can't seems to find what is going, i have applicatoin.cfc where mappings for the cfc is setup as this.mapping[com], now i have cfc which is inside a cfcs/service folder and that cfc is calling the other cfcs in other folder, so i am trying to use <cfset admin = new com.common.tbladmin() but i am getting an error `Could not find the ColdFusion component or interface com.common.Tbladmin.``, probably a path issue
fixed it, i was missing the
/
in mapings