Hi,
I used to call and do operations on ui elements by accessing them from controller using below syntax.
this.getView().byId("txtid");
Most of the times , I am able to access UI Elements with above syntax and write validations as well but some times , it is not useful to read panel/tiles by using above syntax.
Are there any known restrictions/limitations in using above syntax?. Are there any alternative ways to call XML View UI Elements from controller,please suggest me.
Regards,
Koti Reddy