Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6.2
-
Fix Version/s: 1.7.1
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Windows
-
Support Case References:
Description
Using a data table and data paginator when changing the table results dynamically the descriptive data paginator displays wrong information. For example if you navigate to page two of the data table and then clear the results from the table the descriptive paginator will display "Currently displaying 10 - 0 of 0 results" when it should say "Currently displaying 0 - 0 or 0 results".
This seems to be related to the location of the paginator. If the paginator is above the data table then the paginator is updated with the correct information. If it is located under the data table then the described issue is displayed.
This seems to be related to the location of the paginator. If the paginator is above the data table then the paginator is updated with the correct information. If it is located under the data table then the described issue is displayed.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Attachment | Bug4592Example.war [ 10839 ] |
| Attachment | main.jspx [ 10840 ] | |
| Attachment | TableBean.java [ 10841 ] |
| Support Case References | https://www.icesoft.ca:4443/supportilla/show_bug.cgi?id=4592 |
| Attachment | Bug4592Example.zip [ 10842 ] |
| Fix Version/s | 1.7.1 [ 10122 ] |
| Assignee Priority | P3 | |
| Assignee | Yip Ng [ yip.ng ] |
| Attachment | screenshot-1.jpg [ 10990 ] |
| Attachment | screenshot-2.jpg [ 10991 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #16677 | Thu May 22 16:18:48 MDT 2008 | yip.ng | Fixed bug in value of first row index when data table is empty. |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/datapaginator/DataPaginatorRenderer.java
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #16678 | Thu May 22 16:20:06 MDT 2008 | yip.ng | Fixed bug in value of first row index when data table is empty. |
| Files Changed | ||||
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/datapaginator/DataPaginatorRenderer.java
|
| Attachment | screenshot-3.jpg [ 10999 ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee Priority | P3 | |
| Assignee | Yip Ng [ yip.ng ] |

Example war file to reproduce the issue