Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1
-
Fix Version/s: 1.2
-
Component/s: Paging/Sorting
-
Labels:None
-
Application server:Tomcat 5.0.28
Description
I'm using external paging using , I am not using the interface (first way to do it) just using getting the parameters and sending the partialList to the table.
parameter = request.getParameter ( new ParamEncoder(tableName).encodeParameterName( parameter ) );
the property paging.banner.some_items_found displays 1-10 when I go to the other pages. e.g.
116 items found, displaying 1-10.
Pages: 1 (2) 3 4 5 6 7 8
is there a property or something I need to set in order to show the proper numbers e.g. 20-30
thanks in advance
parameter = request.getParameter ( new ParamEncoder(tableName).encodeParameterName( parameter ) );
the property paging.banner.some_items_found displays 1-10 when I go to the other pages. e.g.
116 items found, displaying 1-10.
Pages: 1 (2) 3 4 5 6 7 8
is there a property or something I need to set in order to show the proper numbers e.g. 20-30
thanks in advance
Activity
fabrizio giustina
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 1.1.1 [ 12450 ] |
Kevin Conaway
made changes -
| Attachment | patch-displ-304.txt [ 19631 ] |
fabrizio giustina
made changes -
| Fix Version/s | 1.1.1 [ 12450 ] | |
| Fix Version/s | 1.1.2 [ 13662 ] |
fabrizio giustina
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |