Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8644

Re: When running the application showing a blank screen

$
0
0

Hi,

 

Your application simply is not able to find your view since you have defined wrong path to local resources. "qsapUI" should be replaced with "qsapui". See code snippet here - Plunker

 

sap.ui.localResources("qsapui");
var view = sap.ui.view({
  id: "idqsapui1",
  viewName: "qsapui.qsapui",
  type: sap.ui.core.mvc.ViewType.XML
});
view.placeAt("content")

Viewing all articles
Browse latest Browse all 8644

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>