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 with a data paginator that shows dynamic results. If the user navigates to the last page, for example page 4 of the results, then changes the results to be less than the last page, the data paginator updates correctly, moves to page 3, but the table shows no results. The results show when the page number is clicked on the paginator or a refresh of the page.
This is replicated by not including the descriptive data paginator on the page and just using the numbered paginator. The data table is updated correctly only when the descriptive paginator is used and only when it is above the data table. If it is located below the data table then the table results are not updated correctly.
This is replicated by not including the descriptive data paginator on the page and just using the numbered paginator. The data table is updated correctly only when the descriptive paginator is used and only when it is above the data table. If it is located below the data table then the table results are not updated correctly.
-
Hide
- Bug4610Example.war
- 9.18 MB
- Arran McCullough
-
- META-INF/MANIFEST.MF 0.1 kB
- META-INF/context.xml 0.1 kB
- WEB-INF/classes/com/.../example/Person.class 1 kB
- WEB-INF/classes/.../example/TableBean.class 3 kB
- WEB-INF/faces-config.xml 0.5 kB
- WEB-INF/lib/acegi-security-1.0.1.jar 434 kB
- WEB-INF/lib/backport-util-concurrent.jar 362 kB
- WEB-INF/lib/catalina-ant.jar 20 kB
- WEB-INF/lib/commons-beanutils.jar 184 kB
- WEB-INF/lib/commons-collections.jar 596 kB
- WEB-INF/lib/commons-digester.jar 113 kB
- WEB-INF/lib/commons-discovery.jar 70 kB
- WEB-INF/lib/commons-el.jar 110 kB
- WEB-INF/lib/commons-fileupload.jar 58 kB
- WEB-INF/lib/commons-lang.jar 240 kB
- WEB-INF/lib/commons-logging-api.jar 44 kB
- WEB-INF/lib/commons-logging.jar 56 kB
- WEB-INF/lib/el-api.jar 24 kB
- WEB-INF/lib/el-ri.jar 97 kB
- WEB-INF/lib/grizzly-comet.jar 12 kB
- WEB-INF/lib/icefaces-comps.jar 1.51 MB
- WEB-INF/lib/icefaces-facelets.jar 593 kB
- WEB-INF/lib/icefaces.jar 770 kB
- WEB-INF/lib/jasper-compiler.jar 374 kB
- WEB-INF/lib/jasper-runtime.jar 75 kB
- WEB-INF/lib/jsf-api.jar 356 kB
- WEB-INF/lib/jsf-impl.jar 778 kB
- WEB-INF/lib/jsp-api.jar 49 kB
- WEB-INF/lib/jstl.jar 17 kB
- WEB-INF/lib/just-ice.jar 770 kB
-
Hide
- Bug4610Example.zip
- 22 kB
- Arran McCullough
-
- Bug4610Example/build.xml 3 kB
- Bug4610Example/nbproject/ant-deploy.xml 2 kB
- Bug4610Example/nbproject/build-impl.xml 58 kB
- Bug4610Example/.../faces-config.NavData 0.3 kB
- Bug4610Example/.../genfiles.properties 0.4 kB
- Bug4610Example/.../private.properties 8 kB
- Bug4610Example/nbproject/.../private.xml 0.2 kB
- Bug4610Example/.../project.properties 8 kB
- Bug4610Example/nbproject/project.xml 8 kB
- Bug4610Example/src/conf/MANIFEST.MF 0.0 kB
- Bug4610Example/src/.../example/Person.java 1 kB
- Bug4610Example/src/.../TableBean.java 3 kB
- Bug4610Example/web/css/style.css 0.0 kB
- Bug4610Example/web/index.jsp 0.1 kB
- Bug4610Example/web/main.jspx 5 kB
- Bug4610Example/web/main4610.jspx 5 kB
- Bug4610Example/web/META-INF/context.xml 0.1 kB
- Bug4610Example/web/.../faces-config.xml 0.5 kB
- Bug4610Example/web/WEB-INF/web.xml 4 kB
-
- screenshot-1.jpg
- 79 kB
-
- screenshot-2.jpg
- 93 kB
-
- screenshot-3.jpg
- 87 kB
-
- screenshot-4.jpg
- 92 kB
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17046 | Tue Jul 08 12:19:10 MDT 2008 | philip.breau | |
Files Changed | ||||
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/panelseries/UISeries.java
MODIFY /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/HtmlDataTable.java MODIFY /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/datapaginator/DataPaginatorRenderer.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17044 | Tue Jul 08 11:55:14 MDT 2008 | philip.breau | |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/panelseries/UISeries.java
MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/datapaginator/DataPaginatorRenderer.java MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/HtmlDataTable.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #16707 | Mon May 26 16:39:27 MDT 2008 | yip.ng | Changed to make sure first row index is not out of range (caused by dynamic deletion of table rows.) |
Files Changed | ||||
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/datapaginator/DataPaginator.java
MODIFY /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/HtmlDataTable.java MODIFY /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/datapaginator/DataPaginatorRenderer.java MODIFY /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/TableRenderer.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #16706 | Mon May 26 16:37:43 MDT 2008 | yip.ng | Changed to make sure first row index is not out of range (caused by dynamic deletion of table rows.) |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/datapaginator/DataPaginator.java
MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/datapaginator/DataPaginatorRenderer.java MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/TableRenderer.java MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/HtmlDataTable.java |