I want do call a method at the end of a request, even when there is an
error.  It appears that onRequestEnd isn't run when an exception
happens?

I tried modifying my exception event by adding a broadcast for
onRequestEnd:

                <event-handler name="exception">
                        <broadcasts>
                                <message name="onRequestEnd" />
                        </broadcasts>
                        <views>
                                <include name="body" template="exception.cfm" />
                        </views>
                </event-handler>

But that still didn't cause onRequestEnd to be run.   Can it be done?

-thanks

-- 
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

Reply via email to