Quantcast
Viewing all articles
Browse latest Browse all 9190

Re: XML View : Navigation between two views

Replace existing with below code in index.html

 

var app = new sap.m.App("App",{initialPage:"idlogin"});

 

and in login.controller.js, inside forgot function place below code

 

var oApp = sap.ui.getCore().byId("App");

oApp.to("idlogin1");


Viewing all articles
Browse latest Browse all 9190

Trending Articles