Hi Mate
As u said i have changed the component.js
- {
- pattern : "Home/{ctx}",
- name : "Home",
- view : "Home"
- }
i tried to bring the context to detail page but still i am not able to see the properties in evt object
Master Page Controller:
| sap.ui.core.UIComponent.getRouterFor(this).navTo("porder", { | |||
| //from: "main", | |||
| product: oItem.getBindingContext('Northwind').getPath().substr(1), | |||
| //ctx : bindingContext | |||
| //tab: "supplier" | |||
| }, false); |
Component.js:
| pattern:"porderDetail/{product}", | |||||||
| name : "porder", | |||||||
| viewPath : "com.viz.view.Detail", | |||||||
| view : "Detail", | |||||||
| // | viewLevel : 1, | ||||||
| targetControl : "splitApp_viz", | |||||||
| targetAggregation : "detailPages" | |||||||
| } |
i am not able bind any thing in the detail xml view
below i have mentioned the screens...
My Detail view still look empty: