OK, good. That looks promising. Now, zip up the entire translator directory and send that to me.
You can email the zip privately to me at [email protected] so we don't clog the tubes for others. DW On Wed, Feb 17, 2010 at 4:21 PM, Chris <[email protected]> wrote: > Hey Dan, > > I pasted my stuff up there. Thanks! > > On Feb 17, 4:06 pm, Dan Wilson <[email protected]> wrote: > > Chris, > > > > Paste your entire ModelGlue.xml file as well as your > > entire translator/views/frmPhrase.cfm at the following URL: > > > > http://modelglue.pastebin.com > > > > We'll get you fixed up in short order. > > > > DW > > > > > > > > On Wed, Feb 17, 2010 at 4:03 PM, Chris <[email protected]> wrote: > > > when i dump variables.attributes, i get > > > > > struct > > > INCLUDEPATH /translator/views/frmPhrase.cfm > > > VIEWCOLLECTION > > > component ModelGlue.unity.view.ViewCollection > > > METHODS > > > VIEWSTATE > > > component ModelGlue.Util.GenericCollection > > > METHODS > > > > > On Feb 17, 3:57 pm, Ezra Parker <[email protected]> wrote: > > > > OK, how about dumping variables.attributes -- what does that display? > > > > > > -- > > > > Ezra Parker > > > > > > On Wed, Feb 17, 2010 at 12:52 PM, Chris <[email protected]> > wrote: > > > > > That's exactly right! > > > > > > > On Feb 17, 3:49 pm, Ezra Parker <[email protected]> wrote: > > > > >> Interesting -- that is the "event" URL parameter, not the event > > > > >> object. I presume that if you change that dump to: > > > > > > >> <cfdump var="#variables.event#" /><cfabort /> > > > > > > >> You then get an error stating "Element EVENT is undefined in > > > > >> VARIABLES", correct? > > > > > > >> -- > > > > >> Ezra Parker > > > > > > >> On Wed, Feb 17, 2010 at 12:38 PM, Chris <[email protected]> > > > wrote: > > > > >> > Hey Ezra, > > > > > > >> > the cfdump just outputs "translationForm." > > > > > > >> > On Feb 17, 3:32 pm, Ezra Parker <[email protected]> wrote: > > > > >> >> Hmm, what do you get if you dump the event object before the > > > copyToScope() call: > > > > > > >> >> <cfdump var="#event#" /><cfabort /> > > > > > > >> >> Is it a component of type > > > ModelGlue.gesture.eventrequest.EventContext, > > > > >> >> and if so, does it have a copyToScope function? > > > > > > >> >> -- > > > > >> >> Ezra Parker > > > > > > >> >> On Wed, Feb 17, 2010 at 11:55 AM, Chris < > [email protected]> > > > wrote: > > > > >> >> > Hey Ezra, > > > > > > >> >> > frmPhrase.cfm now looks like this: > > > > > > >> >> > <cfset event.copyToScope( variables, > > > > >> >> > "xe_translate,phrase,phraseError" ) /> > > > > >> >> > <cfset submit = event.linkTo( xe_translate ) /> > > > > > > >> >> > <cfform action="#submit#"> > > > > >> >> > <cfinput type="text" name="phrase" required="false" > > > > >> >> > value="#phrase#" /> > > > > >> >> > <input type="submit" value="Ok" /> > > > > >> >> > </cfform> > > > > > > >> >> > On Feb 17, 2:45 pm, Ron Mast <[email protected]> wrote: > > > > >> >> >> I don't know if this is your problem...but when I was going > > > through > > > > >> >> >> the tutorial I was copying and pasting bits and pieces when > I > > > should > > > > >> >> >> have been copying the whole code. > > > > > > >> >> >> check to make sure on line of frmPhrase.cfm is the same as > the > > > following: > > > > >> >> >> <cfset event.copyToScope( variables, > > > "xe_translate,phrase,phraseError" ) /> > > > > > > >> >> >> This was pointed out me as well...:) > > > > > > >> >> >> On Wed, Feb 17, 2010 at 12:53 PM, Ezra Parker < > [email protected]> > > > wrote: > > > > >> >> >> > Hi Chris, > > > > > > >> >> >> > Can you post your code for frmPhrase.cfm so we can take a > > > look? > > > > > > >> >> >> > -- > > > > >> >> >> > Ezra Parker > > > > > > >> >> >> > On Wed, Feb 17, 2010 at 10:48 AM, Chris < > > > [email protected]> wrote: > > > > >> >> >> >> Thanks so much for the quick responses everyone. > > > > > > >> >> >> >> The documentation was fine..I just skipped over the part > > > where I > > > > >> >> >> >> needed to install Coldspring, for whatever reason. I ran > > > into one > > > > >> >> >> >> more problem, hopefully it's not another dumb mistake by > me. > > > > > > >> >> >> >> I'm on the third quickstart page, which is building a > form > > > event. > > > > >> >> >> >> When I got to > > > myhttp://localhost:8500/translator/index.cfm?event=translationForm > > > > >> >> >> >> page, I get the following error: > > > > > > >> >> >> >> Oops! > > > > > > >> >> >> >> Message The copyToScope method was not found. > > > > >> >> >> >> Detail Either there are no methods with the specified > method > > > name and > > > > >> >> >> >> argument types, or the copyToScope method is overloaded > with > > > argument > > > > >> >> >> >> types that ColdFusion cannot decipher reliably. > ColdFusion > > > found 0 > > > > >> >> >> >> methods that matched the provided arguments. If this is a > > > Java object > > > > >> >> >> >> and you verified that the method exists, you may need to > use > > > the > > > > >> >> >> >> javacast function to reduce ambiguity. > > > > > > >> >> >> >> Do you guys have any suggestions? > > > > > > >> >> >> >> On Feb 17, 12:27 pm, Dan Wilson <[email protected]> > wrote: > > > > >> >> >> >>> Hey you guys, feel free to suggest additional > documentation > > > that would help > > > > >> >> >> >>> others in the same situation. We'll do what we can do > add > > > it. > > > > > > >> >> >> >>> DW > > > > > > >> >> >> >>> On Wed, Feb 17, 2010 at 12:25 PM, Ron Mast < > > > [email protected]> wrote: > > > > >> >> >> >>> > lol...np...makes me feel better...I'm not the only > one! > > > That is why I > > > > >> >> >> >>> > was able to help you so fast...:) > > > > > > >> >> >> >>> > On Wed, Feb 17, 2010 at 11:20 AM, Chris < > > > [email protected]> wrote: > > > > >> >> >> >>> > > lol...thanks so much...forget I even asked! > > > > > > >> >> >> >>> > > On Feb 17, 11:48 am, Ron Mast <[email protected]> > wrote: > > > > >> >> >> >>> > >> You need to download coldspring...:) > > > > > > >> >> >> >>> > >> On Wed, Feb 17, 2010 at 10:41 AM, Chris < > > > [email protected]> > > > > >> >> >> >>> > wrote: > > > > >> >> >> >>> > >> > Hey all! > > > > > > >> >> >> >>> > >> > I just installed model-glue, and I'm going > through > > > the quickstart > > > > >> >> >> >>> > >> > guide. I copied the modelgluetemplate to > translator, > > > and replaced the > > > > >> >> >> >>> > >> > text in all the files required. When I open up > my > > > localhost/ > > > > >> >> >> >>> > >> > translator page, I get the following error: > "Could > > > not find the > > > > >> >> >> >>> > >> > ColdFusion Component or Interface > > > > >> >> >> >>> > >> > coldspring.beans.DefaultXmlBeanFactory." > > > > > > >> >> >> >>> > >> > Does anyone know what the problem may be? > 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]<model-glue%[email protected]> > <model-glue%2bunsubscr...@googlegrou ps.com> > > > <model-glue%2bunsubscr...@googlegrou ps.com> > > > > >> >> >> >>> > >> > For more options, visit this group at > > > > >> >> >> >>> > >> >http://groups.google.com/group/model-glue?hl=en > > > > > > >> >> >> >>> > > -- > > > > >> >> >> >>> > > 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]<model-glue%[email protected]> > <model-glue%2bunsubscr...@googlegrou ps.com> > > > <model-glue%2bunsubscr...@googlegrou ps.com> > > > > >> >> >> >>> > > For more options, visit this group at > > > > >> >> >> >>> > >http://groups.google.com/group/model-glue?hl=en > > > > > > >> >> >> >>> > -- > > > > >> >> >> >>> > 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]<model-glue%[email protected]> > <model-glue%2bunsubscr...@googlegrou ps.com> > > > <model-glue%2bunsubscr...@googlegrou ps.com> > > > > >> >> >> >>> > For more options, visit this group at > > > > >> >> >> >>> >http://groups.google.com/group/model-glue?hl=en > > > > > > >> >> >> >>> -- > > > > >> >> >> >>> “Come to the edge, he said. They said: We are afraid. > Come > > > to the edge, he > > > > >> >> >> >>> said. They came. He pushed them and they flew.” > > > > > > >> >> >> >>> Guillaume Apollinaire quotes > > > > > > >> >> >> >> -- > > > > >> >> >> >> 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]<model-glue%[email protected]> > <model-glue%2bunsubscr...@googlegrou ps.com> > > > > >> >> >> >> For more options, visit this group at > > > > >> >> >> >>http://groups.google.com/group/model-glue?hl=en > > > > > > >> >> >> > -- > > > > >> >> >> > 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 > > > > ... > > > > read more » > > -- > 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]<model-glue%[email protected]> > For more options, visit this group at > http://groups.google.com/group/model-glue?hl=en > -- “Come to the edge, he said. They said: We are afraid. Come to the edge, he said. They came. He pushed them and they flew.” Guillaume Apollinaire quotes -- 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
