Re: sorting of columns in JSP page

2001-08-15 Thread Thomas Quas
John, I'd be interested in the code, too. tom John Schroeder wrote: > > Hi Earl, > > I've just had to tackle that same problem... > > I have created a Table object that currently consists of a List of Lists. I > also have a set of tags that will display this type of object. > > You can

RE: sorting of columns in JSP page

2001-08-15 Thread John Schroeder
Hi Earl, I've just had to tackle that same problem... I have created a Table object that currently consists of a List of Lists. I also have a set of tags that will display this type of object. You can sort the table by column (currently using the MergeSort algorithm). I haven't yet incorporate