Hi indrajith,
I am still getting the same error.
my masterview contains this-
onInit: function() {
sap.ui.core.UIComponent.getRouterFor(this).attachRouteMatched(this.onRouteMatched, this);
},
onRouteMatched : function() {
var sURL = "/sap/opu/odata/SAP/ZFI_DAILY_SRV/";
var newModel = new sap.ui.model.odata.ODataModel(sURL, "newModel");
sap.ui.getCore().setModel(newModel,"newModel");
},
masterview.xml contains the input fields with value="{Property}"