It has not been a good weekend. My development machine has melted with some POST failure and Ive so far spent the morning ordering a replacementwhich should arrive lin a couple of days.
@David - The pager control has an id and it is really bugging me that it doesn't work.
I will try your suggestions when I get time and post back. FWIW , here is the CC for the view:
<?xml version="1.0" encoding="UTF-8"?>
<xp:view xmlns:xp="http://www.ibm.com/xsp/core" xmlns:xc="http://www.ibm.com/xsp/custom">
<xp:this.data>
<xp:dominoView var="view1" viewName="blogSnippets"></xp:dominoView>
</xp:this.data>
<xp:panel styleClass="lotusContent">
<xc:button_newSnippet></xc:button_newSnippet>
<xp:pager layout="Previous Group Next" id="pager1" for="repeat1"
panelPosition="bottom">
</xp:pager>
<xp:panel style="margin-top:25.0px"><xp:repeat id="repeat1" var="project" rows="10" value="#{view1}">
<div class="snippets" style="display:inline-block">
<xc:view_row_snippetTable></xc:view_row_snippetTable>
</div>
</xp:repeat></xp:panel></xp:panel>
</xp:view>
Thanks