Hi Dennis
i have a list and i have to display list data on the another page through navigation so for that i use publish event in press function.....
press : function(evt) {bus.publish("nav", "to", {
id : "page2",
data : {
context : evt.getSource().getBindingContext(),
selectedValue:model[ evt.getSource().getBindingContext()
]}});}
i want to ask how i get this selectedValue in my page2.view.js