Hello,
http://www.macromedia.com/devnet/coldfusion/articles/flashforms.html
I am going through this tutorial on the Macromedia website in an effort to
learn about CFCs and the new cool features of Cold Fusion 7. I have ran the
7.1 updater, but I'm still getting an error when calling the index page.
Error:
Could not find the ColdFusion Component realestate.components.ListingGateway.
I am a newbie to CFCs. Can anyway explain, or walk me through the steps I
need to take in order to get this tutorial application up and running?
Thanks.
Dan Bracuk - 31 Dec 2005 20:27 GMT
I think that you have to create a folder called realestate off your webroot directory and put all the files there. If you did that already, it's something else.
gmahler5th - 31 Dec 2005 20:59 GMT
Here is what I did wrong. My path variables were specified in application.cfc
I modified the variables.ComponentPath and that fixed the problem.
Thanks.