While navigating, the pager is resetting to position #1. It appears that the page is getting refreshed at some point, causing the pager to reset. I'm having trouble identifying the issue. Have you tried working with the large view? Does it load all view documents again when you click on the pager? How can this be resolved? This problem persists regardless of the pager property "partialRefresh" (true or false).
<?xml version="1.0" encoding="UTF-8"?>
<xp:view xmlns:xp="http://www.ibm.com/xsp/core">
<xp:this.data>
<xp:dominoView var="view1" viewName="MyView">
</xp:dominoView>
</xp:this.data>
<xp:br></xp:br>
<xp:br></xp:br>
<xp:pager layout="Previous Group Next" partialRefresh="true"
id="pager1" for="repeat1">
</xp:pager>
<xp:br></xp:br>
<xp:br></xp:br>
<xp:br></xp:br>
<xp:br></xp:br>
<xp:repeat id="repeat1" rows="5" value="#{view1}" var="collName"
indexVar="collIndex">
<xp:text escape="true" id="computedField1">
<xp:this.value><![CDATA[#{javascript:collName.getColumnValues()[3]}]]></xp:this.value>
</xp:text>
<xp:br></xp:br>
</xp:repeat>
</xp:view>
After clicking and observing the pager resetting to #1, this is what I see: https://i.sstatic.net/24nHg.jpg