Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.7.2 SP1, 1.8RC1
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
-
Workaround Exists:Yes
-
Workaround Description:Depending on the application, using a redirect in the navigation rule or add the functionality to an actionListener instead of an action method call.
Description
Test case description: A dataTable with the usual dataPaginator is in a panel of a three column panelGrid. A commandButton is used to show/populate the data in the table. For this the button as an action method that through a navigation rule forwards to the same page. This is causing some of the images for the dataPaginator to render into a different column of the panelGrid than what it is supposed to be rendered in. The images are not functional and the links are still rendered in the appropriate location.
-
Hide
- Case7876Example.war
- 7.37 MB
- Arran Mccullough
-
- META-INF/MANIFEST.MF 0.1 kB
- META-INF/context.xml 0.1 kB
- WEB-INF/classes/.../SessionBean.class 0.5 kB
- WEB-INF/.../TestBean$InventoryItem.class 1 kB
- WEB-INF/classes/.../example/TestBean.class 4 kB
- WEB-INF/faces-config.xml 1 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-el.jar 110 kB
- WEB-INF/lib/commons-fileupload.jar 87 kB
- WEB-INF/lib/commons-logging.jar 52 kB
- WEB-INF/lib/icefaces-comps.jar 1.71 MB
- WEB-INF/lib/icefaces-facelets.jar 596 kB
- WEB-INF/lib/icefaces.jar 990 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/servlet-api.jar 95 kB
- WEB-INF/lib/xercesImpl.jar 1.15 MB
- WEB-INF/lib/xml-apis.jar 190 kB
- WEB-INF/web.xml 4 kB
- css/images/arrow-ff.gif 1 kB
- css/images/arrow-first.gif 1 kB
- css/images/arrow-fr.gif 1 kB
- css/images/arrow-last.gif 1 kB
- css/images/arrow-next.gif 1 kB
Issue Links
- is duplicated by
-
ICE-2515 Incorrect rendering of dataPaginator images and columns in dataTable
- Closed
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Please see workaround.
Show
Adnan Durrani
added a comment - Please see workaround.
We had same problem, and we solved it something like this:
put data table and paginator in their own ice:form, separated from navigation links...
Show
Anton Muzic
added a comment - We had same problem, and we solved it something like this:
put data table and paginator in their own ice:form, separated from navigation links...
Attachments: