I have implemented pagination using display tag. Now the pagination link is coming at the top of the page. My requirement is to display the pagination link at the buttom of the page.
Is it possible to display the pagination link at the buttom of the page using display tag? Kindly let me know your suggestions.
Thanks,
Satya
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi All,
I have implemented pagination using display tag. Now the pagination link is coming at the top of the page. My requirement is to display the pagination link at the buttom of the page.
Is it possible to display the pagination link at the buttom of the page using display tag? Kindly let me know your suggestions.
Thanks,
Satya
hi!
in your displaytag.properties file you can put paging.banner.placement=bottom and then the pagination will appear at the bottom of your table.