cancel
Showing results for 
Search instead for 
Did you mean: 

sapui5 failed to load resource library

0 Kudos

i am try to use smartform in sapui5 but its giving error like
Uncaught Error: failed to load 'sap/ui/layout/form/library.js' from resources/sap/ui/layout/form/library.js: 404 - Resource could not be found

though i can see the library is included in SAPUI5 core libraries

and i am using eclipse luna 4.4 and sapui5 version installed there is 1.44

and i added the sap.ui.layout in my index.html page as well .

please suggest ..thanks in advance

Accepted Solutions (0)

Answers (6)

Answers (6)

former_member182862
Active Contributor
0 Kudos

you should not have sap.ui.layout.form

you should just sap.ui.layout in data-sap-ui-libs

Thanks

Dennis

0 Kudos

this is my simple code;where i added the library sap.ui.layout.form .

but still i get the error like below please help !!! am i doing something wrong!!!!please help

0 Kudos

i included that library in my index.html file

and i am using a java script view and using the from in 1st_view .view. js file ..........do i need to define the library sap.ui.layout here also ...if yes how to define????

0 Kudos

I run in web-app preview @jun

Former Member
0 Kudos

Hi Soumyabrata,

I think you have not entered the path of library.js in the file/Controller where you use it.

It is not getting the library although you have entered. please check once.

junwu
Active Contributor
0 Kudos

how u you run your app?