CFC Issue when invoking a method
Hello Community:
I am getting the following error message when invoking my CFC:
"If the component name is specified as a type of this argument, its possible that a definition file for the component cannot be found or is not accessible."
This is the code where I call the method:
<cfinvoke component="cfc.cartSelection" method="#meth#">
<cfinvokeargument name="inum" value="#ihdnum#">
<cfinvokeargument name="qty" value="#qty#">
</cfinvoke>
Any thoughts are deeply appreciated!
Ysais.
