i know that there is a "x_rowNum" implicit object where "x" is the uid of the table. the x_rowNum labels each item in the list with an integer starting with 1 to n. this is excactly what i want. but once i do a sort on another column, the values for "x_rowNum" is also sorted. is there a way, to do the sorting, but exclude the "x_rowNum" from the sorting. in other words, the "x_rowNum" is seperated from the data, "x_rowNum" just knows what row it is, and would return the same values, on a sorted/non-sorted/sorted-with-columnA/sorted-withColumn-B data set?
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

