Hello, sometimes after reloading data to a tc:sheet element and using the page
selector I got the following error message
Caused by: java.lang.IllegalArgumentException: rowIndex is less than -1
at javax.faces.component.UIData.setRowIndex(UIData.java:239)
at
org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.SheetRenderer.renderSheet(SheetRenderer.java:378)
at
org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.SheetRenderer.encodeEnd(SheetRenderer.java:156)
at
javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:799)
It seems that the view is not updated correctly with the current number of data
rows and pages. What I have todo to get tc:sheet and the underlaying UIData
class in the correct state after reloading data.
Thanks& Best regards Michael