tags:

views:

358

answers:

0

I'm using displaytag to control paging in my jsp file (SaStruts framework). Everything is working fine exception one thing, I want to customize the display content. As default, if the datasource contains data that must be paging, the content of *paging.banner.all_items_found* and paging.banner.first in displaytag.properties file will be used to display above the [display:table]. However, the display order of two items does not match my requirement.I want to display value of paging.banner.first (Paging) and then *paging.banner.all_items_found* (Paging information, ex:totals of 10 records, displaying 1 to 5) but by default it always displays *paging.banner.all_items_found* and then paging.banner.first

one more question, i wonder if i could control the display position of paging? ex: i want to put it inside a [table] tag?

I really stuck at this problem and I will appreciate if anyone could help me handle it.

Thanks in advance.