I tried adding:

<property name="urlExcludeEventParameter" value="true"/>

...but it always shoots me back to my default event-handler. Am I
doing something wrong? this is my setup:

<properties>
   <property name="applicationRoot" value="/root" />
   <property name="defaultEvent" value="home" />
   <property name="eventParameter" value="event" />
   <property name="parameterPrecedence" value="form" />
   <property name="maxEvents" value="10" />
   <property name="exceptionEvent" value="exception" />
   <!-- URL Parsing -->
   <property name="urlBase" value="/index.cfm" />
   <property name="moduleDelimiter" value=":" />
   <property name="urlParseSES" value="true" />
   <property name="urlDelimiters" value="/|/|/" />
   <!-- Argument Persistance -->
   <property name="redirectPersistScope" value="session" />
   <property name="redirectPersistParameter" value="persistId" />
   <property name="urlExcludeEventParameter" value="true"/>
</properties>


Thank you,
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to Mach-II for CFML list.
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/mach-ii-for-coldfusion?hl=en
SVN: http://greatbiztoolsllc.svn.cvsdude.com/mach-ii/
Wiki / Documentation / Tickets: 
http://greatbiztoolsllc.trac.cvsdude.com/mach-ii/
-~----------~----~----~----~------~----~------~--~---

Reply via email to