On 16 March 2010 18:08, Matt Quackenbush <[email protected]> wrote:
> One situation where I do use forward() is security controllers, because > many of my event handlers must broadcast security messages and all security > violations are redirected to the same event in the application. Using > forward() saves me from having to scatter something like <result > name="notAuthorized" do="security.accessDenied" redirect="true" /> all > around my ModelGlue.xml. I do however support an optional message argument > to let event handlers forward security violations to a different event. This is where event-types come in http://docs.model-glue.com/wiki/HowTos/HowToUseTypedEvents#HowToUseTypedEvents -- 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
