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 .
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????
Add comment