Hi,
I have created an application using JET. I navigate from one page to another and i add some data in that page and when i navigate back to my first page it wasn't reloaded (the data
which i added was not getting reflected in my page). When i run the application in local it works fine.
But when run my application in fusion it's not working as expected.
JET Version: 7.0
This is the code which i use to navigate back from one page to another.
oj.Router.rootInstance.go('dashboard');
Thanks