Which version are you using? DW On Apr 23, 2012 9:31 AM, "Todd Sharp" <[email protected]> wrote:
> I believe there may be a bug that prevents multiple event types from > being properly assigned to an event handler if the list of event types > contains spaces. > > For example, if I do: > > <event-handler name="foo.something" type="templateOne, templateTwo"> > <broadcasts /> > <results /> > <views> > </views> > </event-handler> > > It appears that templateTwo is not processed unless I remove the > space. > > It seems the fix would be to trim() the event types in loadEventTypes > within ModelGlue\gesture\module\XMLModuleLoader.cfc and also within > addTypedElementsToEventHandler, but I'm not 100% sure that will fix it > based on a 60 second glance. > > -- > 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
