This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Dec 5, 2011, 9:05 PM
94 Posts

Anyone else have a problem with too many rows in a repeat? (250)

  • Category: Debugging
  • Platform: Windows
  • Release: 8.5.2
  • Role: Developer
  • Tags:
  • Replies: 2
I have an application that displays a document collection in a repeat control.  A pager allows the user to select 5, 10, 50, 100 and 250 rows to display at one time.  I put this in a sessionscope var for the repeat property.
 
One of the columns is a link to the document.  It displays the customer name by using rdoc.getItemValueString("CusNm").  Clicking this link will retrieve the customer number to open the customer document.  rdoc.getItemValueString("CusNum").
 
The links in the repeat all work fine UNLESS the user selects to display 250 rows.  Then it's haphazard.  If I click on the link in the 3rd row, I may get the customer from row 114; click on the 22nd row and it will give me the customer from row 88.  It seems about 10% of the rows will actually pull up the correct customer.  It is consistent, in that, if I click several other customers and come back to row 3, it will still give me 114 again, as it did before. 
 
I can switch to display any other number of rows and all the links work perfectly.  Switch back to 250 - and they don't.
 
Anyone else experience this? - and how am I supposed to fix it???
Dec 6, 2011, 6:23 AM
9 Posts
Re: Anyone else have a problem with too many rows in a repeat? (250)
Did you install Fix Pack for 8.5.2 ? 
 
If repeat control over 100 records, 100-109 rows will generate error id.
 
It is fixed by 8.5.2 Fix Pack   

SPR# MKEE89GLQU - Fixed a problem in XPages with repeating controls where a bad clientid was being generated for rows 100-109.


This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal