Hello all, i'm using DataView to display html table with sorting feature. Thanks to wicket example, "Sorting DataView Example - builds on previous to demonstrate sorting" http://www.wicket-library.com/wicket-examples/repeater/?wicket:bookmarkablePage=:org.apache.wicket.examples.repeater.SortingPage
The problem is: one of fields' type is integer 1, 2, 3, 4 ..., which represents Very High, High, Normal, Low... I use .properties file to display meaningful values to table cells. i can't sort the field properly, because it's always sorting by field's real value (1, 2, 3), not displaying value. Thanks in advance. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/DataView-sort-properties-file-tp2294973p2294973.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org