I should also point out that I customized/created my own SesUrlManager component that I point to. I modified it to work better with my URL rewriter so that when using LinkTo "index.cfm" is never in the hyperlink because my URL's never contain reference to the index.cfm.
On Apr 7, 10:03 am, spills <[email protected]> wrote: > I didn't see this in your coldspring config, if you do have this block > disregard. > > <bean id="modelglue.UrlManager" class="[path].SesUrlManager"> > <property name="modelGlue"> > <ref bean="modelglue.ModelGlue" /> > </property> > </bean> > > On Apr 6, 2:20 pm, David Mineer <[email protected]> wrote: > > > Thanks for the help. here is my config.* > > <!--* This is your Model-Glue configuration *--> > > * > > > <bean id="modelglue.modelGlueConfiguration" class= > > "ModelGlue.gesture.configuration.ModelGlueConfiguration"> > > > <!-- Be sure to change these to false when you go to production! --> > > > <property name="reload"><value>true</value></property> > > > <property name="debug"><value>false</value></property> > > > <!-- Name of the URL variable that states which event-handler to run --> > > > <property name="eventValue"><value>event</value></property> > > > <!-- Default event-handler --> > > > <property name="defaultEvent"><value>page.home</value></property> > > > <!-- Execute this event when the requested event is missing. Won't work if > > generationEnabled=true and in development mode! --> > > > <property name="missingEvent"><value>page.missing</value></property> > > > <!-- Execute this event when an error occurs. --> > > > <property name="defaultExceptionHandler"><value>page.error > > </value></property> > > > <!-- Controls reloading --> > > > <property name="reloadPassword"><value>true</value></property> > > > <property name="reloadKey"><value>init</value></property> > > > <!-- Where to find necessary files --> > > > <property name="configurationPath"><value>config/ModelGlue.xml > > </value></property> > > > <property name="applicationPath"><value>/myapp</value></property> > > > <property name="viewMappings"><value>/myapp/views</value></property> > > > <property name="helperMappings"><value>/myapp/helpers</value></property> > > > <!-- Generate unknown events when in development mode? (reload=false) --> > > > <property name="generationEnabled"><value>false</value></property> > > > <!-- See documentation or ModelGlueConfiguration.cfc for additional options. > > --> > > > </bean> > > > On Sat, Apr 4, 2009 at 11:49 AM, Adam Tuttle <[email protected]>wrote: > > > > All that's really needed is the model glue config from your coldspring.xml > > > file, sorry. > > > > Adam > > > > On Sat, Apr 4, 2009 at 1:48 PM, Adam Tuttle > > > <[email protected]>wrote: > > > >> Can you paste in the contents of your config/coldspring.xml file? > > > >> Adam > > > >> On Sat, Apr 4, 2009 at 1:59 AM, David Mineer <[email protected]> wrote: > > > >>> Bump. Wondering if anyone can help me with this. Why would MG3 try and > > >>> map my application path as an event? Shouldn't it start after the > > >>> application path? > > >>> On Sat, Mar 21, 2009 at 12:31 AM, David Mineer > > >>> <[email protected]>wrote: > > > >>>> I want to use SES in a MG3 app. The URL to my app is > > >>>>http://localhost/myapp. > > > >>>> But when I turn on SES and navigate to that address I get an error: No > > >>>> event named "myapp" is defined. Without SES on everything works fine. > > > >>>> I am using IIS with a virtual directory to myapp. > > > >>>> -- > > >>>> David Mineer Jr > > >>>> --------------------- > > >>>> The critical ingredient is getting off your > > >>>> butt and doing something. It's as simple > > >>>> as that. A lot of people have ideas, but > > >>>> there are few who decide to do > > >>>> something about them now. Not > > >>>> tomorrow. Not next week. But today. > > >>>> The true entrepreneur is a doer. > > > >>> -- > > >>> David Mineer Jr > > >>> --------------------- > > >>> The critical ingredient is getting off your > > >>> butt and doing something. It's as simple > > >>> as that. A lot of people have ideas, but > > >>> there are few who decide to do > > >>> something about them now. Not > > >>> tomorrow. Not next week. But today. > > >>> The true entrepreneur is a doer. > > > -- > > David Mineer Jr > > --------------------- > > The critical ingredient is getting off your > > butt and doing something. It's as simple > > as that. A lot of people have ideas, but > > there are few who decide to do > > something about them now. Not > > tomorrow. Not next week. But today. > > The true entrepreneur is a doer. --~--~---------~--~----~------------~-------~--~----~ 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 For more about Model-Glue, check http://www.model-glue.com . -~----------~----~----~----~------~----~------~--~---
