Right when I went to 127.0.0.1/modelgluesamples/buster/, I got this 
error message:

Could not find the ColdFusion component or interface 
buster.controller.Controller.

Ensure that the name is correct and that the component or interface exists.
 
The error occurred in 
/Library/WebServer/Documents/ModelGlue/gesture/module/XMLModuleLoader.cfc: 
line 203
Called from 
/Library/WebServer/Documents/ModelGlue/gesture/module/XMLModuleLoader.cfc: 
line 95
Called from 
/Library/WebServer/Documents/ModelGlue/gesture/modules/internal/configuration/controller/ConfigurationController.cfc:
 
line 21
Called from 
/Library/WebServer/Documents/ModelGlue/gesture/eventrequest/EventContext.cfc: 
line 298
Called from 
/Library/WebServer/Documents/ModelGlue/gesture/eventrequest/EventContext.cfc: 
line 225
Called from 
/Library/WebServer/Documents/ModelGlue/gesture/eventrequest/phase/Configuration.cfc:
 
line 27
Called from 
/Library/WebServer/Documents/ModelGlue/gesture/eventrequest/EventContext.cfc: 
line 155
Called from 
/Library/WebServer/Documents/ModelGlue/gesture/ModelGlue.cfc: line 215
Called from 
/Library/WebServer/Documents/ModelGlue/gesture/ModelGlue.cfm: line 58
Called from 
/Library/WebServer/Documents/modelgluesamples/buster/index.cfm: line 50
201 :             <cfset ctrlInst = 
arguments.modelGlue.getBean(ctrlXml.xmlAttributes.bean) />
202 :         <cfelse>
203 :             <cfset ctrlInst = createObject("component", 
ctrlXml.xmlAttributes.type).init(arguments.modelglue, 
ctrlXml.xmlAttributes.id) />
204 :         </cfif>


Yes, Controller.cfc is there, so what's going on?

-- 
Lola J. Lee Beno 
LinkedIn: http://www.linkedin.com/in/lolajleebeno
Facebook: http://www.facebook.com/profile.php?id=714355583
Blog: http://www.lolajl.net/blog/


--~--~---------~--~----~------------~-------~--~----~
Model-Glue Sites:
Home Page: http://www.model-glue.com
Documentation: http://docs.model-glue.com
Bug Tracker: http://bugs.model-glue.com
Blog: http://www.model-glue.com/blog

You received this message because you are subscribed to the Google
Groups "model-glue" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/model-glue?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to