Hi Rob, The event handler defined in the defaulttype will get fired for every event handler that doesn't specify its own type
Take a look at the last code snippet here<http://trac.model-glue.com/wiki/HowTos/HowToUseTypedEvents>for an explanation Cheers, Chris On 13 December 2011 09:26, Rawlins <[email protected]> wrote: > Hello Guys, > > I have a default event type defined for my handlers - that inclues a > layout template - renders a bunch of navigation etc etc. > > Within this set of event handlers I have many handlers that don't render a > view - they're simply for accepting and handling form data before passing > the user on to another event. > > My question is - does my default type get fired even on these events? > effectively causing undesired overhead? > > If so, what is the best way of disabling that? > > Thanks. > > Robert > > -- > 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 -- 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
