Ok I downloaded the newer version and here's what I'm getting
following the translator quickstart tutorial:
Model-Glue 3 ("Gesture")
Oops!
No event named "translationform" is defined.
Model-Glue 3 is headed up by Dan Wilson
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
Model-Glue 3 is Open Source
It's open source and free, released under the Apache License, Version 2.0
Model-Glue 3 is copyrighted
© 2010 Joe Rinehart and Dan Wilson
Model-Glue 3 Contributors (alphabetically)
Simeon Bateman
Peter Bell
Chris Blackwell
Ray Camden
Jeff Chastain
Mark Drew
Marc Esher
David Henry
Doug Hughes
Mark Mandel
Paul Marcotte
John Mason
Ezra Parker
Chris Peterson
Jim Priest
Joe Rinehart
Jared Rypka-Hauer
Bucky Schwarz
Bob Silverberg
Dan Skaggs
Scott Stroz
Model-Glue Hall of Fame
Raymond Camden, Sean Corfield, Jared Rypka-Hauer, Brian Kotek, Mark
Mandel, Dave Ross, Chris Scott, Scott Stroz, Dan Wilson, Firemoss,
Alagad, AboutWeb, DataCurl,
Model-Glue Debugging
Time Category Message
0ms Creation Event Context Created
0ms Initialization Beginning request phase.
203ms Event Queue Queueing event handler:
modelglue.onApplicationInitialization
203ms Event Handler Execute "modelglue.onApplicationInitialization"
<event-handler name="modelglue.onApplicationInitialization">
203ms Message Broadcast Broadcasting "modelglue.loadFrameworkIntoScope"
<message name="modelglue.loadFrameworkIntoScope">
203ms Message Listener Invoking loadFrameworkIntoScope in
ModelGlue.gesture.modules.internal.initialization.controller.InitializationController
<message-listener message="modelglue.loadFrameworkIntoScope"
function="loadFrameworkIntoScope" />
203ms Event Queue Queueing event handler:
modelglue.onApplicationStoredInScope
203ms Initialization Request phase complete.
203ms Population Beginning request phase.
563ms Event Queue Queueing event handler: modelglue.onEventContextCreation
563ms Event Handler Execute "modelglue.onApplicationStoredInScope"
<event-handler name="modelglue.onApplicationStoredInScope">
563ms Message Broadcast Broadcasting
"modelglue.onApplicationStoredInScope"
<message name="modelglue.onApplicationStoredInScope">
563ms Message Listener Invoking loadHelpers in
ModelGlue.gesture.modules.internal.initialization.controller.InitializationController
<message-listener message="modelglue.onApplicationStoredInScope"
function="loadHelpers" />
563ms Message Listener Invoking loadORMAdapter in
ModelGlue.gesture.modules.orm.controller.GenericORMController
<message-listener message="modelglue.onApplicationStoredInScope"
function="loadORMAdapter" />
1907ms Event Handler Execute "modelglue.onEventContextCreation"
<event-handler name="modelglue.onEventContextCreation">
1907ms Message Broadcast Broadcasting "modelglue.contextPopulationNeeded"
<message name="modelglue.contextPopulationNeeded">
1907ms Message Listener Invoking loadPreservedState in
ModelGlue.gesture.modules.internal.population.controller.PopulationController
<message-listener message="modelglue.contextPopulationNeeded"
function="loadPreservedState" />
1907ms Message Listener Invoking populateEventContext in
ModelGlue.gesture.modules.internal.population.controller.PopulationController
<message-listener message="modelglue.contextPopulationNeeded"
function="populateEventContext" />
1922ms Event Queue Queueing event handler:
modelglue.onEventContextPopulation
1922ms Population Request phase complete.
1922ms Configuration Beginning request phase.
2172ms Event Queue Queueing event handler: modelglue.readyForModuleLoading
2172ms Event Queue Queueing event handler: modelglue.modulesLoaded
2172ms Event Handler Execute "modelglue.onEventContextPopulation"
<event-handler name="modelglue.onEventContextPopulation">
2172ms Message Broadcast Broadcasting
"modelglue.onEventContextPopulation"
<message name="modelglue.onEventContextPopulation">
2172ms Event Handler Execute "modelglue.readyForModuleLoading"
<event-handler name="modelglue.readyForModuleLoading">
2172ms Message Broadcast Broadcasting "modelglue.readyForModuleLoading"
<message name="modelglue.readyForModuleLoading">
2172ms Message Listener Invoking loadInitialXMLModule in
ModelGlue.gesture.modules.internal.configuration.controller.ConfigurationController
<message-listener message="modelglue.readyForModuleLoading"
function="loadInitialXMLModule" />
2188ms Configuration Loading Initial XML Module
2250ms Event Handler Execute "modelglue.modulesLoaded"
<event-handler name="modelglue.modulesLoaded">
2250ms Message Broadcast Broadcasting "modelglue.modulesLoaded"
<message name="modelglue.modulesLoaded">
2250ms Message Listener Invoking generateEvent in
ModelGlue.gesture.modules.internal.generation.controller.GenerationController
<message-listener message="modelglue.modulesLoaded"
function="generateEvent" />
2250ms Configuration Request phase complete.
2250ms Invocation Beginning request phase.
2282ms Event Queue Queueing event handler: modelglue.onApplicationStart
2282ms Event Queue Queueing event handler: modelglue.onRequestStart
2282ms Event Handler Execute "modelglue.onApplicationStart"
<event-handler name="modelglue.onApplicationStart">
2282ms Message Broadcast Broadcasting "onApplicationStart"
<message name="onApplicationStart">
2282ms Event Handler Execute "modelglue.onRequestStart"
<event-handler name="modelglue.onRequestStart">
2282ms Message Broadcast Broadcasting "onRequestStart"
<message name="onRequestStart">
2282ms Message Listener Invoking onRequestStart in
ModelGlue.gesture.modules.orm.controller.GenericORMController
<message-listener message="onRequestStart" function="onRequestStart" />
2282ms Event Queue Queueing event handler: page.missing
2282ms Event Handler Execute "page.missing"
<event-handler name="page.missing">
2282ms Result Implicit result queing event "template.main"
<result do="template.main" />
2282ms Event Queue Queueing event handler: template.main
2282ms View Queue View queued: pages/missingEvent.cfm
2282ms Event Handler Execute "template.main"
<event-handler name="template.main">
2282ms View Queue View queued: templates/main.cfm
2297ms Event Handler Execute "modelglue.onQueueComplete"
<event-handler name="modelglue.onQueueComplete">
2297ms Message Broadcast Broadcasting "onQueueComplete"
<message name="onQueueComplete">
2297ms Views Rendering view "body" (pages/missingEvent.cfm)
<include name="body" template="pages/missingEvent.cfm" />
2313ms Views Rendering view "main" (templates/main.cfm)
<include name="main" template="templates/main.cfm" />
2313ms Event Queue Queueing event handler: modelglue.onRequestEnd
2313ms Event Handler Execute "modelglue.onRequestEnd"
<event-handler name="modelglue.onRequestEnd">
2313ms Message Broadcast Broadcasting "onRequestEnd"
<message name="onRequestEnd">
2313ms Invocation Request phase complete.
On Fri, Jan 29, 2010 at 1:39 PM, Ron Mast <[email protected]> wrote:
> I would just include the site Dan Wilson recommended on this post on
> the Quickstart documentation...:) Don't know if it's in there...sorry
> if it is.
>
> On Fri, Jan 29, 2010 at 1:19 PM, Dennis Clark <[email protected]> wrote:
>> Wow, the version on Softpedia.com (3.0.89) was actually a beta release. The
>> first stable release of Model-Glue 3 was 3.0.178. Softpedia.com also still
>> lists Joe Rinehart as the developer.
>> I submitted a "Tell us about an update" form with the updated information.
>> Let's hope they'll update their page soon and save others from similar
>> grief.
>>
>> -Dennis
>>
>> On Fri, Jan 29, 2010 at 2:04 PM, Dan Wilson <[email protected]> wrote:
>>>
>>> Very interesting Ronito, I never knew Model Glue was listed on
>>> Softpedia.com. It looks like that version is significantly out of date, I'd
>>> recommend downloading from this link, restarting ColdFusion and seeing if
>>> your problem goes away.
>>>
>>>
>>> http://www.model-glue.com/downloads/ModelGlue_3.1.185.zip
>>>
>>> Let us know what happens...
>>>
>>>
>>>
>>> DW
>>>
>>>
>>> On Fri, Jan 29, 2010 at 1:59 PM, Ronito <[email protected]> wrote:
>>>>
>>>> Hi All,
>>>>
>>>> I downloaded model glue from
>>>>
>>>> http://webscripts.softpedia.com/script/Development-Scripts-js/Model-Glue-ColdFusion-44570.html
>>>>
>>>> And I'm going through the quickstart
>>>> http://docs.model-glue.com/wiki/QuickStart/1:CreatingaNewApplication
>>>>
>>>> I'm having some issues. I copied the modelglueapplicationtemplate and
>>>> changed the name appropriately. I was unable to do step 9 from
>>>> http://docs.model-glue.com/wiki/QuickStart/1:CreatingaNewApplication.
>>>> RemotingService.cfc was missing.
>>>>
>>>> This is my first time ever looking at Model Glue...seems simple enough
>>>> since I know MachII.
>>>>
>>>> I get the following page when I attempt to run my translationform from
>>>> Quickstart 3. Can someone point me the right direction?
>>>>
>>>> Did I download from the wrong url? If so where do I download the MD
>>>> framerwork?
>>>>
>>>> Thanks!
>>>>
>> --
>> 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
>
Help please...:) Thanks in advance.
--
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