cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Uncaught reference error: oBundle is not defined

prkash_s
Participant
0 Kudos
333

Hello,

I am creating a poworklist app using sap hana studio. when i try to run the url, am getting the following error.

"Uncaught Reference Error : oBundle is not defined".

This might be a basic question but am new to hana. Please guide me.

Thank you,

Prakash

View Entire Topic
draschke
Active Contributor
0 Kudos

I've the same problem.

I'm trying the SAP-Tutorial and get the same problem. "oBundle is not defined".

createContent : function(oController) {

var myButton = new sap.ui.commons.Button("btn");

myButton.setText(oBundle.getText("helloworld"));

myButton.attachPress(function(){$("#btn").fadeOut();});

return myButton;

}

"Uncaught Reference Error : oBundle is not defined".

Tutorial: Create a Hello-World SAP UI5 Application - SAP HANA Developer Guide for SAP HANA Studio - ...

@David: There is nothing said, that the oBundle is to initialize before. I don't think I've to do it.

Thanks for your help.

Okay, now i think there is a mistake in the tutorial.

Maybe it should be: myButton.setText("helloworld");

Message was edited by: Dirk Raschke