Dan Wilson wrote: > Oh, and since I forgot to tell you about the CFC, make a new CFC > called ModelGlue.cfc and place it in the ModelGlue.unity.framework > directory. Here is the body of the component in its�entirety > > <cfcomponent hint="I am no longer anything important: �Implementations > of ModelGlue current Model-Glue versions simply extend me for reverse > compatibility purposes."> > </cfcomponent>
After completing these two steps, here's what I'm seeing now: Model-Glue: There is no known event handler for "home". The error occurred in /Library/WebServer/Documents/ModelGlue/gesture/eventrequest/phase/Invocation.cfc: line 58 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/ModelGlue/ModelGlue.cfm: line 3 Called from /Library/WebServer/Documents/knitlibmg/index.cfm: line 27 56 : <cfset arguments.eventContext.addEventHandler(modelglue.eventHandlers[modelglue.configuration.missingEvent]) /> 57 : <cfelse> 58 : <cfthrow message="Model-Glue: There is no known event handler for ""#initialEventHandlerName#""." /> 59 : </cfif> 60 : -- 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 -~----------~----~----~----~------~----~------~--~---
