Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.5.3, 1.7.2
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Tomcat 5.5
Java 1.4.2
Jboss 4.2.0
-
Support Case References:
Description
When dynamically changing the rows attribute of the dataTable component (e.g. through a listbox to select the number of hits per page), the dataPaginator updates correctly, but the dataTable does not.
Scenario:
- the user paged to the end of a list of 199 items
- the number of hits per page is changed from (say) 10 to 100
- now, instead of displaying 99 items (the first 100 on the first page, 99 on the current page), the table only displays 9 items.
Not a big deal, but certainly not correct, or at least counter-intuitive.
Scenario:
- the user paged to the end of a list of 199 items
- the number of hits per page is changed from (say) 10 to 100
- now, instead of displaying 99 items (the first 100 on the first page, 99 on the current page), the table only displays 9 items.
Not a big deal, but certainly not correct, or at least counter-intuitive.
-
Hide
- ICE-1545.war
- 6.57 MB
- Adnan Durrani
-
- META-INF/MANIFEST.MF 0.0 kB
- main.jsp 5 kB
- index.jsp 0.1 kB
- WEB-INF/lib/xercesImpl.jar 1.15 MB
- WEB-INF/lib/icefaces-comps.jar 1.71 MB
- WEB-INF/lib/commons-collections.jar 558 kB
- WEB-INF/lib/backport-util-concurrent.jar 319 kB
- WEB-INF/lib/commons-beanutils.jar 184 kB
- WEB-INF/lib/commons-logging.jar 52 kB
- WEB-INF/lib/el-api.jar 24 kB
- WEB-INF/lib/jstl.jar 17 kB
- WEB-INF/classes/.../sample/TableBean.java 1 kB
- WEB-INF/lib/icefaces-facelets.jar 593 kB
- WEB-INF/classes/com/.../sample/RowData.class 0.8 kB
- WEB-INF/classes/.../sample/TableBean.class 3 kB
- WEB-INF/.../krysalis-jCharts-1.0.0-alpha-1.jar 151 kB
- WEB-INF/web.xml 2 kB
- WEB-INF/lib/xml-apis.jar 190 kB
- WEB-INF/lib/icefaces.jar 958 kB
- WEB-INF/lib/commons-digester.jar 140 kB
- WEB-INF/lib/jsf-api.jar 356 kB
- WEB-INF/lib/jsf-impl.jar 778 kB
- WEB-INF/lib/commons-fileupload.jar 87 kB
- WEB-INF/lib/el-ri.jar 97 kB
- WEB-INF/faces-config.xml 0.7 kB
- WEB-INF/classes/com/.../sample/RowData.java 0.5 kB
-
Hide
- ICE-1545b.war
- 4.06 MB
- Tyler Johnson
-
- META-INF/MANIFEST.MF 0.0 kB
- WEB-INF/classes/.../SortableList.class 1 kB
- WEB-INF/classes/.../styled/TableBean$1.class 2 kB
- WEB-INF/.../TableBean$InventoryItem.class 1 kB
- WEB-INF/classes/.../styled/TableBean.class 4 kB
- WEB-INF/faces-config.xml 0.8 kB
- WEB-INF/lib/backport-util-concurrent.jar 319 kB
- WEB-INF/lib/commons-beanutils.jar 184 kB
- WEB-INF/lib/commons-collections.jar 558 kB
- WEB-INF/lib/commons-digester.jar 140 kB
- WEB-INF/lib/commons-discovery.jar 70 kB
- WEB-INF/lib/commons-fileupload.jar 87 kB
- WEB-INF/lib/commons-lang.jar 240 kB
- WEB-INF/lib/commons-logging.jar 52 kB
- WEB-INF/lib/icefaces-comps.jar 1.71 MB
- WEB-INF/lib/icefaces.jar 988 kB
- WEB-INF/.../krysalis-jCharts-1.0.0-alpha-1.jar 151 kB
- WEB-INF/web.xml 3 kB
- css/style.css 0.5 kB
- index.jsp 0.2 kB
- styledTable.jspx 8 kB
-
Hide
- icefacessampleNoLibs.zip
- 14 kB
- Tyler Johnson
-
- icefacessampleNoLibs/.../.classpath 0.6 kB
- icefacessampleNoLibs/.../.project 1 kB
- icefacessampleNoLibs/.../RowData.java 0.5 kB
- icefacessampleNoLibs/.../TableBean.java 1 kB
- icefacessampleNoLibs/.../index.jsp 4 kB
- icefacessampleNoLibs/.../MANIFEST.MF 0.0 kB
- icefacessampleNoLibs/.../stylesheet.css 2 kB
- icefacessampleNoLibs/.../RowData.class 0.8 kB
- icefacessampleNoLibs/.../TableBean.class 3 kB
- icefacessampleNoLibs/.../faces-config.xml 0.6 kB
- icefacessampleNoLibs/.../web.xml 5 kB
- icefacessampleNoLibs/.../WebDiagram.gph 1 kB
- icefacessampleNoLibs/.../.project 0.6 kB
- icefacessampleNoLibs/.../application.xml 0.4 kB
-
- SC5235.doc
- 106 kB
- Tyler Johnson
-
- ICE-1545.jpg
- 53 kB
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #20927 | Wed Mar 10 22:46:55 MST 2010 | adnan.durrani | Fix for ICE-5383 (Regression: |
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/panelseries/UISeries.java MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/datapaginator/DataPaginatorRenderer.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #18289 | Wed Feb 04 12:05:24 MST 2009 | adnan.durrani | The first being set to 0 regard less of rows set by the UICommand or UIInput. related to |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/HtmlDataTable.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #18123 | Wed Dec 31 05:25:21 MST 2008 | adnan.durrani | The change has been made so the "rows" attribute is changed dynamically, will automagically reset the first attribute to 0. |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/HtmlDataTable.java
|