I'm wondering where things stand on this alpha ever since it was announced in April.

I downloaded Model-Glue: 3.2 Alpha 3.2.700.341. Then, I generated a new project, and trid to bring it up in the browser to make sure it was working. I get an error message:

Could not find the ColdFusion component or interface dataentrytest.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 254 Called from /Library/WebServer/Documents/ModelGlue/gesture/module/XMLModuleLoader.cfc: line 125 Called from /Library/WebServer/Documents/ModelGlue/gesture/modules/internal/configuration/controller/ConfigurationController.cfc: line 44 Called from /Library/WebServer/Documents/ModelGlue/gesture/eventrequest/EventContext.cfc: line 326 Called from /Library/WebServer/Documents/ModelGlue/gesture/eventrequest/EventContext.cfc: line 253 Called from /Library/WebServer/Documents/ModelGlue/gesture/eventrequest/phase/Configuration.cfc: line 46 Called from /Library/WebServer/Documents/ModelGlue/gesture/eventrequest/EventRequestPhase.cfc: line 39 Called from /Library/WebServer/Documents/ModelGlue/gesture/eventrequest/EventContext.cfc: line 178 Called from /Library/WebServer/Documents/ModelGlue/gesture/ModelGlue.cfc: line 243 Called from /Library/WebServer/Documents/ModelGlue/gesture/ModelGlue.cfm: line 83
Called from /Library/WebServer/Documents/dataentrytest/index.cfm: line 41
252 : <cfset ctrlInst = arguments.modelGlue.getBean(ctrlXml.xmlAttributes.bean) />
253 : <cfelse>
254 : <cfset ctrlInst = createObject("component", ctrlXml.xmlAttributes.type).init(arguments.modelglue, ctrlXml.xmlAttributes.id) />
255 : </cfif>
256 :

Controller.cfc is definitely in the controller directory.


--
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