I'm passing a ListDataProvider when creating a DataView that shows rows of comments. Each comment has a name, a date, and a message. I am creating the ListDataProvider with an ArrayList, which also has been sorted with a Comparator on the date.
For whatever reason on the final page my comments are however sorted alphabetically by the message. What am I doing wrong here? I thought that sorting the list passed into the ListDataProvider was sufficient. Any help would be appreciated. Michael --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
