--- Henry Park <[EMAIL PROTECTED]> wrote:
> How can I modify the following select list to
> display '1 of 10, 2 of 10, etc' instead of just the
> page numbers?
Change the list you pass to it.
Or use OGNL to project across a list and create a new
list with the number plus the additional info[1] i
How can I modify the following select list to display '1 of 10, 2 of 10,
etc' instead of just the page numbers?
The list is populated with an Integer array list.
List pageList new ArrayList();
Thanks in advance,
Henry
-
To u
2 matches
Mail list logo