cancel
Showing results for 
Search instead for 
Did you mean: 

Navigating from Log-in Screen (full-view) to Master-Detail Split-view in sap ui5?

0 Kudos
1,144

I have One Login Page (full-view) and 1 master and 3 detail View(Split-view).. I cannot navigate from from login page to the master-detail screen? views names login,Masterpage1, detailpage1, detailpage2, detailpage3

var oRouter = sap.ui.core.UIComponent.getRouterFor(this);

oRouter.navTo("MasterPage1");

the error i am getting is 1. doNavigate is undefined

2. navTo is undefined.

my navigation is successful(through message) but i can see only the login page.

maheshpalavalli
Active Contributor

Please provide your manifest.json routing config

View Entire Topic
0 Kudos

Thank you very much for your reply Mahesh Kumar Palavalli since I used build me tool to create my app i have to deal with the standard code of web IDE after importing and now its working fine I also tried in other app the same way you said and its working.

maheshpalavalli
Active Contributor
0 Kudos

Ohhhh that is the reason then, better to put those routes manually..