Hi,
I have a button in my fragment which is called in my view. In the controller i would like to read the event parameters.
But when the button is pressed , the Event is empty.
For expert advice please.
Controller:
handlesubmit: function(oEvent) {
console.log("post entry",oEvent);
}
The oEvent parameter and source is empty.
Thanks in Advance