Hi,
I am trying to use the JSON model for exchange of data.
http://www.ameyablog.com/sapui5/pass-data-sapui5-views-json-model/
Following points are coming under my mind is that :-
1. how many model we can define for each object file.
model1.setData({ | |||||
firstName : "sdfsadEnter First Name", | |||||
lastName : "Enter Last Name" | |||||
}); |
var text = new sap.ui.commons.TextField({ | |||
id : "Text", // sap.ui.core.ID | |||
value : "{/firstName}" // string | |||
}); |