This is expected behavior since <redirect> is a specialized form of the your CFML's engine <cflocation> tag:
http://greatbiztoolsllc.trac.cvsdude.com/mach-ii/wiki/ConfigFileExplained#Warning-ImmediateEndingofRequests .pjf On Dec 3, 4:18 pm, Matthew <[email protected]> wrote: > Hi guys > > I have an if statement in my listener which throws and announceEvent > if a validation error occurs. It works fine but when I add a <redirect > event.../> into my config xml the announceEvent appears to be skipped > and everything is redirected. My logic is if an error occurs throw and > announceEvent but if all passes then the redirect kicks in. I'm > guessing the redirect takes precedence? I don't really want to have > another announceEvent for success/pass scenarios so what else can I > do? > > Cheers > Matthew -- 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/
