--- 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] if
you're feeling sassy.

d.

[1] http://www.ognl.org/2.6.9/Documentation/html/LanguageGuide/projection.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to