Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P05
-
Fix Version/s: EE-3.3.0.GA_P06
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Any
-
Support Case References:
Description
When using pagination and the varStatus attribute on ice:dataTable, there's an IndexOutOfBoundsException exception thrown when navigating to another page.
The problem seems to be in the base class org.icefaces.impl.component.UISeriesBase probably not being aware that the whole table shouldn't be iterated when using pagination.
The problem seems to be in the base class org.icefaces.impl.component.UISeriesBase probably not being aware that the whole table shouldn't be iterated when using pagination.
r52670: made list of cached varStatus instances as big as the total number of rows in the table, in order to avoid IndexOutOfBoundsException exceptions under different combinations of settings and when using ice.dataExporter