I changed it in ColdSpring.xml. I followed instruction as https://github.com/modelglue/modelglue-framework/wiki/QuickStart exactly. <!-- Where to find necessary files --> <property name="configurationPath"><value>config/ModelGlue.xml</ value></property> <property name="applicationMapping"><value>/translator</value></ property> <property name="viewMappings"><value>/translator/views</value></ property> <property name="helperMappings"><value>/translator/helpers</value></ property>
On Mar 11, 12:44 pm, Dan Wilson <[email protected]> wrote: > That may be the case, but there are references in the coldspring.xml > file, which point to modelglueapplicationtemplate. > > The error you are getting is because ColdSpring was told to make an > object it can not find. So we need to figure out what object that is, > and where it thinks it's supposed to go. > > <property name="applicationMapping"><value>/ > modelglueapplicationtemplate</value></property> > <property name="viewMappings"><value>/modelglueapplicationtemplate/ > views</value></property> > <property name="helperMappings"><value>/modelglueapplicationtemplate/ > helpers</value></property> > > > > Lucy Miles wrote: > > > <property name="applicationMapping"><value>/ > > modelglueapplicationtemplate</value></property> > > <property name="viewMappings"><value>/modelglueapplicationtemplate/ > > views</value></property> > > <property name="helperMappings"><value>/modelglueapplicationtemplate/ > > helpers</value></property>- Hide quoted text - > > - Show quoted text - -- -- 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 --- You received this message because you are subscribed to the Google Groups "model-glue" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
