I am working on a SplitApp. On selecting an item from the list, it says
Uncaught TypeError: Cannot read property \'getPath\' of undefined
Try:
entity: oItem.getBindingContext("data").getPath().substr(1),
You have to pass the name of the model to 'getBindingContext()', if the bound model has been named.