Table sorting in jsp pages using Sql Queries

Hi allCan any one suggest some tips to sorting a table of data in JSP page.Means when you click on Header link it will sort ascending or descending order.thanks in advance
[199 byte] By [vizca] at [2007-11-27 7:46:46]
# 1
So make the table header link a new request to your servlet/JSP combo including some "sort by" parameter, that produces a new page with a different sorting.
CeciNEstPasUnProgrammeura at 2007-7-12 19:27:44 > top of Java-index,Java Essentials,New To Java...