You are asking good questions. Event Handlers are built to override event handlers of the same name.
This means, you can provide a set of event handlers for an application, then include another ModelGlue.xml file that will override the original event handlers. When used effectively, this technique can really be powerful. You can have a Core application and then override what needs to be changed in an application-specific file. DW On Fri, Jun 4, 2010 at 10:16 AM, David J Henry < [email protected]> wrote: > What is the expected outcome of two event-handlers with the same name > in ModelGlue.xml? > > Unless I am misinterpreting what I am seeing, it appears the first > event-handler is completely ignored. I would have expected the second > one to add/combine to the first one or both event-handlers to fire in > sequence or at least an error message. > > Is there some reason behind this or it just the way event-handlers > were built? > > -- > 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]<model-glue%[email protected]> > For more options, visit this group at > http://groups.google.com/group/model-glue?hl=en -- William Osler - "We are here to add what we can to life, not to get what we can from life." -- 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
