Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: TBD
-
Component/s: HTML Generation, Paging/Sorting
-
Labels:None
-
Application server:Tested on weblogic 8.0 but applies to all
-
Testcase included:yes
Description
Steps to reproduce the bug
1) create e.g. ArrayList with 11 elements
2) create table with paging . Page size = 5
3) navigate to page 3 - only one element is displayed
4) Activate delete link e.g. http://localhost:7002/test/displayTagTest.jsp?delete=10&d-1332698-p=3 to delete this last element from colection
5) BUG OCCURS table is rendered into HTML but all columns defiend as
<display:column>
--- body ---
</display:column>
are not rendered
SEE attached screenshot.
JSP page ( complete code to reproduce this behavior is attached)
REASON
After refresh the link to the page still use indicator that shows it is page number 3 ( d-1332698-p=3 ) but in fact after deletion it is page number 2
1) create e.g. ArrayList with 11 elements
2) create table with paging . Page size = 5
3) navigate to page 3 - only one element is displayed
4) Activate delete link e.g. http://localhost:7002/test/displayTagTest.jsp?delete=10&d-1332698-p=3 to delete this last element from colection
5) BUG OCCURS table is rendered into HTML but all columns defiend as
<display:column>
--- body ---
</display:column>
are not rendered
SEE attached screenshot.
JSP page ( complete code to reproduce this behavior is attached)
REASON
After refresh the link to the page still use indicator that shows it is page number 3 ( d-1332698-p=3 ) but in fact after deletion it is page number 2
DISPL-136) but it pop up again in 1.1.1.