- oView.getModel().setDefaultBindingMode(sap.ui.model.BindingMode.TwoWay);
Did you try setting the model's default binding mode when it was created instead of in the view?
Did you try setting the model's default binding mode when it was created instead of in the view?