Hello,
New to SAP UI5 and I have created a basic application reading from a sample Northwind Odata source. I am trying to navigate between views but I am not able to get either the manifest.json file correct or the code in the controller.js file for the view. The manifest.json file is below, is this file setup correctly.
I have three views View2 is the my container, View1 is the list of the products and Detail is the detailed view of each product. I want to click on one of the products in the View1 and see the Detail view for that product.
Thanks for any insight given.
Larry