I'm trying to handle an event in a parent component of one that fires the event and it doesn't seem to work unless it's a generic catch all event handler like onAction(). If I specify the component id like onActionFromThing() or specifying component="thing" in an OnEvent annotation it doesn't catch the event from the child component in the parent component. I've scoured the T5 documentation, but I can't find any details on how to do this.
Can anyone help me with this?