I have a component at
mysite.com/checkout/checkout.cfc
I use the createboject script
<cfscript>
checkout = createObject("component","checkout.checkout");
</cfscript>
but i keep getting the error message below. anybody have any ideas why?
cheers
Jamie
Could not find the ColdFusion Component checkout.checkout.
Please check that the given name is correct and that the component exists.
The error occurred in
D:\webspace\planet\BlueGemStone\bluegemstone.com\www\youraccount\youraccount.cfm:
line 13
11 : <cfif nextstep eq true>
12 : <cfscript>
13 : checkout = createObject("component","checkout.checkout");
14 : </cfscript>
15 : <cfinvoke component="#checkout#" method="addmailto">
---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004