Hi Ashwin,
In your controller in onInit method get the instance of the form and then bind the same to the model
something like this:
oForm = sap.ui.getCore().byId("formid");
oForm.setModel(oModel);
Hope this helps.
Hi Ashwin,
In your controller in onInit method get the instance of the form and then bind the same to the model
something like this:
oForm = sap.ui.getCore().byId("formid");
oForm.setModel(oModel);
Hope this helps.