cancel
Showing results for 
Search instead for 
Did you mean: 

how to set relative path in sapui5?

honam_yu
Explorer
0 Kudos
4,670

hi experts

I make sapui5 project above.

I access products.json file from App.controller.js

I use relative path --> ../json/products.json. but I cannot load json file.

And I use ./json/products.json.

why different general relative path?

thanks

View Entire Topic
junwu
Active Contributor

var path=sap.ui.require.toUrl("json/products.json")

new JSONModel(path)

honam_yu
Explorer
0 Kudos

Hi Jun Wu

thank you your replay

but path is added "resources" more

I couldn't solve the problem

thanks

junwu
Active Contributor
0 Kudos

can you get the data?