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.
r52661: fix to avoid IndexOutOfBoundsException exception when using pagination and varStatus
Committed this fix to http://dev.icesoft.com/svn/ossrepo/icefaces-ee/patches/icefaces-ee-3.3.0_P03-MPFSA-Build
The 3.3 EE maintenance branch doesn't need this fix.