I missed replying to this but the test case is simple, put this into any event-handler:
<message name="thisMethodIsNotDefinedAndWillThrowAnErrorOnBroadcast" /> Brian On Thursday, November 1, 2012 1:13:39 PM UTC-7, Dan Wilson - [email protected] wrote: > > I've been thinking about this. > > There isn't a specific reason as to why this changed in MG3. It must be an > oversight. If you can send me a test case, I'll look at what's going on, > and see about making the change in 3.2 before we release it. > > > DW > > > On Thu, Nov 1, 2012 at 2:59 AM, Brian G <[email protected] <javascript:> > > wrote: > >> Am learning the hard way that the order which values are set is not the >> same in 3.2 as compared to Unity. >> >> For example, if I have a URL value foo=bar And I have in my eventhandler: >> >> <value name="foo" value="snafu" /> >> >> In Unity, the URL value "bar" took precedence over the default "snafu" >> set in the eventhandler. In 3.2, the eventhandler value overrides the URL. >> >> Another thing for the migration wiki... :-\ >> >> >> -- >> 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]<javascript:> >> To unsubscribe from this group, send email to >> [email protected] <javascript:> >> For more options, visit this group at >> http://groups.google.com/group/model-glue?hl=en > > > > > -- > Plutarch - "The mind is not a vessel to be filled but a fire to be > kindled." > -- 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
