Hi,
my app is a oneUIv2 layout with a domino view in the center area.
On the left the left is a collapsible tree of categories and databases.
Paging inside the view does a partial refresh as expected, only the viewPanel div is refreshed.
But as soon as I click on a sortable column header, the view is resorted correctly, but the navigation tree in the left panel is collapsed.
So it appears to be a *ALMOST* complete page reload without invoking my onLoad SSJS script, which sets sessionScope variables, which are used by the nav tree to determine which entries are expanded.
In a debug section on my XPage I can see that alle variables are set correctly. But that part (at the bottom of the page) is not reloaded by the sort request. So it seems, the SSJS is not triggered and the variables are empty.