Furthermore, correct if I'm wrong, but the event bubbles through the component hierarchy until the root component (page) or if the event bubbling is explicitly aborted using event handler return value. (http://tapestry.apache.org/component-events.html, see event bubbling.)
Thus the algorithm that checks if the event listener onMyEventFromX is valid, it must go through whole component hierarchy and if it can find any component with id X ("below" the component that declares the listener), the resolution is successful? - Ville -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-3-rc3-event-bubbling-bug-tp4966490p4968863.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org