Question

When I use the pager sizes control I'm getting a error 500 when I click the "All" link on that control. 10, 25 and 50 work fine. All throws an error. Does some other view or db level property need to be set? It works when I use the Ext Lib Demo db.

Here is my pager panel code:

    <xp:panel xp:key="headerPager" id="panel2">
            <xe:pagerSizes id="pagerSizes1" for="viewPanelCurrent"></xe:pagerSizes>
        </xp:panel>
        <xp:panel xp:key="footerPager" id="panel3">
            <xe:pagerSizes id="pagerSizes2" for="viewPanelCurrent"></xe:pagerSizes>
        </xp:panel>
Was it helpful?

Solution

Sorry you've hit this Shean. This is indeed a bug for which I've logged "PHAN9ECL76" to track this issue.
The XPages Extension Library is now part of the core XPages code and so this issue will be handled by IBM.
The stack trace that I'm seeing states that increasing the HTTPJVMMaxHeapSize variable in notes.ini will overcome this issue. From the tests that I've done this advise does not help, so I suggest that this should be ignored.
So in the meantime and until such time that we fix this issue, avoid using the "All" link. And maybe customise pager sizes property
sizes="10 | 25 | 100| 1000"

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top