Re: select list help

2007-09-25 Thread Dave Newton
--- 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

select list help

2007-09-25 Thread Henry Park
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