How do you catch an event from multiple components (but not all components?)
You can't have multiple @OnEvent annotations on a single event handler method, nor can you have the same t:id for multiple components. Does this mean I need a separate event handler method (which of course could delegate) for each instance of the component in my template? Cheers, Michael