Super Noob Question Incoming - So if I my application looks like the following -
<mx:app>
<mx:customComponent>
<mx:customComponent />
</mx:customComponent>
</mx:app>
That deepest custom component dispatches an event and I would like that event
to make it to the application level. Is that even normal to have components
that nested?
Thanks for any insight,
Jason

