Add Views and Define Routes to Access Them
February 5, 2021
Beginner
20 min.
Add new views to the SAPUI5 web application and declare them in the manifest.
You will learn
- How to add additional views
- How to use data binding
- How to define routes and targets
- How to add additional controller
Step 1: Add two new views
Step 2: Convert View1 to a pure container
Step 3: Add new targets and routes
Step 4: Add two new controllers
Step 5: Test it