Hi,
write this outside the function and try:
var oController = this;
onSave: function() {
var bname = oController.getView.byId("bname").getValue();
...
...
}
if this does not work..let me know..
Best Regards,
Shahir Mirza
Hi,
write this outside the function and try:
var oController = this;
onSave: function() {
var bname = oController.getView.byId("bname").getValue();
...
...
}
if this does not work..let me know..
Best Regards,
Shahir Mirza