I'm curious if there's a way to control the "paging" html that is generated 
when the table.pagesize attribute is set. Specifically, I'd like to do a couple 
of things:

1) When all the results fit on one page, I'd like to hide the paging.  For 
example if my table has a pagesize of 20 and there are two rows.  Displaytag 
currently generates the following:  "2 items found, displaying all items.1".  
I'd like to hide the "1." portion.

2) I'd like to be able to position the paging html.

3) I'd like to control the text of the paging info displayed.  For instance 
instead of "2 items found, displaying 1 to 1.[First/Prev] 1, 2 [Next/Last]" 
maybe "2 items found, displaying 1 to 1. [First Page/Prev Page] 1, 2 [Next 
Page/Last Page]" or splitting the navigation from the results summary like so 
"<tr><td>2 items found, displaying 1 to 1.</td><td>[First/Prev] 1, 2 
[Next/Last]</td></tr>"

Thanks,
Jon

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to