Copy link to clipboard
Copied
I am having trouble referencing a CFC.
I have this in Application.cfc:
The cfcs are in the subdirectory wwwroot/cfc
I am trying to reference like this:
component="#request.components#.qry-todatabase"
method="qry_taxologyhierarchylistfornav"
returnvariable="qry_taxologyhierarchylistfornav"
taxologykey="#arguments.taxologykey#">
I hope you don't mind. No worries if you can't help.
Here is what I was looking at:
http://www.sitepoint.com/forums/showthread.php?695772-Invoking-CF-component-without-mapping
Have something to add?