The framework does not automatically fire an event on redirect. The framework tries to preserve the event state in the session scope by default when performing a result redirect (preservestate="true"). If you don't have session management enabled or working then you should use preservestate="false" and use the append attribute to specify the event values you want forwarded through the URL.
-- Dennis On Tue, Jun 22, 2010 at 11:38 AM, David J Henry < [email protected]> wrote: > My client's servers are load balanced but not clustered (I.E. no cf > session scope available). The onRequestEnd event does not appear to > fire on <result do="something" redirect="true"/>. > > Is there an event fired on redirect? > > Are there any special gotchas I should beware of because of my non- > persistent session scope? > -- 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
