My problem is that after clicking the Browser back button the code in the BeforePagesLoad-Event not triggered. There is a function to get set an object in a manged bean. I dry to set the cache control to no-store but that don't work. the-order-of-events-in-xpages Is there a way to trigger a event after clicking the browser back button?
Asked
Active
Viewed 334 times
1 Answers
0
I am no x-pages expert, but it looks to be a server side technology, meaning that a server call must be made in order for the code to run.
The first thread is a solution for forcing a page reload via cookies, while the second involves javascript/jquery. The second also may touch on some cache control of different browsers.
Force a page refresh when page visited from back button
Is there a cross-browser onload event when clicking the back button?