Talha - 2006-03-30

Hi

I am looking to do the foll: with the version 1.1 of the display tag library

I am doing external paging and sorting.

I want to combine data from 2 columns into one column and still keep the sort on both. That is
Col A Col B merge into one column so they are displayed one on top of the other. I am able to do the display of the data easily by putting a break between the 2 data values using <c:out> to display each value. But I am not sure how to generate the header link to sort on both. Currently I am able to generate only on one column by using the sortname property of the display:column. Is it possible to generate 2 different links in the header which can sort by the 2 data fields ?

Reply is greatly appreciated.

Thanks

Talha