My responsive application in SAPUI5, has:
- 1 index.html
- 1 component.js
- 3 controllers.js (App, Login, Home)
- 4 views.xml (App, Login, Main, Home)
My Login view represents the Master, whereas my Main and Home represent the details. When the user succeeds to connect, the Main view has to be replace by the Home.
I don't succeed to load my Home view with my App.view.xml.
How to do this without App.view.js? It's possible or not?
Thanks.
Ewen.