I'm searching the mode to execute a code (in my case the retrieve of data to visualize from server) every time I view a page (every time the page is called by splitApp.toDetail
or splitApp.backDetail
). How can i do it?
P.S. The onBeforeRendering
and onAfterRendering
execute only the first time.