java - Displaytag sort my table but only on first page -
i use display table on formbean :
<display:table name="${tablereferentielleformbean.listetablereferentielle}" id="listetablereferentielle" pagesize="${nb}" width="100%" class="table-separateur" requesturi="${requesturi}" >
when click on column header on paginated table, result sorted list in table on first page. sort lost when click on page of table. there configuration display tag in order keep sorting criteria? managed display tag request parameters (d-xxx-s etc.) , nothing in servlet (requesturi value). 've displaytag.properties customized sort.amount = list
value , i'm sure properties file taken account (i change property test it).
try setting sort="list" right in display:table declaration.
Comments
Post a Comment