Originally posted by: umuayo
This is my Invoke tag Below
<cfinvoke component="#getclassifieds#" method="getResult"
returnvariable="srchresultqry">
<cfinvokeargument name="sort" value="#sort#">
<cfinvokeargument name="display" value="'#display#'">
<cfinvokeargument name="AdminApprove" value="#AdminApprove#">
</cfinvoke>
Can you provide me with the directory structure of CF where I have to store
the COMPONENTS eg cfc's
Thanks
In your cfinvoke tag, make sure you get the name of your cfc file right. When
I look at this thread, I see more than one possible name for your component.
As far as where to put it, it goes in the same directory as the page that uses
(ok for development, kind of pointless after that), or in the spot specified in
your adminstrator. When we set it up, the only way to implement that was to
put them with the custom tags.