Hi, Is it possible to have an EventListener for events on components within a @For loop? Typically, I have a set of radio buttons, which are rendered from @Radio components within a @For loop (with a surrounding @RadioGroup component), and I want to invoke a listener whenever an onclick event occurs on any of those radio buttons. I could achieve this with @contrib:XTile components, but I'd rather use the same programming model everywhere. It would be nice, for instance, to set an EvenListener on the @RadioGroup component, and have it propagate the event on nested @Radio components.
Thx Ch.