Skip to Content
1
Jun 19, 2021 at 12:58 PM

How to pass an object while routing to new view in ui5

317 Views

Hello Experts,

In my application, I am opening a new page in a new tab when the user clicked on a button. This new page displays the data which it received from the previous page. I am able to retain the object data by setting the JSON model to the UI core or view if I use navTo() and don't load the view in a new tab. But, when I try to open the view in a new tab the model is getting destroyed. I have searched in the community and google but I could not find the solution.

Please, let me know if this can be achieved in UI5 and how.

Thanks in advance.

Venkatesh.