Hello,
I defined an even onUpdate in the component controller. A custom controller subscribed to this event. For that I have a method handleOnUpdate in the custom controller. Now I want to raise this event in a view after pressing a submit button of this view.
How can I raise the event?
So data flow would be:
1. Button pressed in view
2. Raise event in component controller
3. Handle raised event in custom controller
Regards
Rene