Why can't Ifind Input Id in sap ui5 using the function sap.u.getcore.byId()? -


i'm trying access input field in controller of ui5 i'm not able fetch input box?

i'm using

sap.ui.getcore().byid('id of input'); 

i faced similar issue when started using ui5. id not same anymore because sap ui5 dynamically concatenates other properties id different. hope helps. try finding out id after has been changed resources.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -