Further reading and testing has possibly brought me to a better solution, I welcome your thoughts though.
In child1_view I have declared a custom event as follows: The button in child1_view has its click handler defined as follows: In parent_presenter I have a function which is called on creation complete of the associated parent_view as follows: Sure enough the event raised when I click the button in the child1_view is handled by the 'onReturnLabelClicked' function as defined in the previous addEventListener method. -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Model-View-Presenter-Event-Handling-tp8416p8419.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
