Hello, everyone,
I've got a project that I'm working on that has (basically) the following folder structure:
/ (webroot)
-main
----qry
----disp
-org
----qry
----disp
I've got a form in /org/disp that has a CFSELECT that I need to bind to a CFC in /main/qry. I've tried "cfc:main.qry.cfcName.functionName(param)", and "cfc:/.main.qry.cfcName.functionName(param)", and I keep getting the "component cannot be found" error message. How can I get this to work?
V/r,
^_^