difficulty mapping my cfc files
All of my .cfc files are stored in a folder called cfc in my
webroot. I have folders in higher level directories, and I cannot get the
mappings to work so that I can access my cfc's when they are in a lower directory....Can anyone show me a working example of how i might do this? Ive tried stuff like:
<cfinvoke component="../../cfc.errorBox" method="errorBox" errorarray="#errorarray#" boxwidth="#errorboxwidth#" returnvariable="errorboxstring"></cfinvoke>
But I get an error saying that it couldnt find the cfc file....
Ben
