Hi, I have an collection of java beans that populate a JSF DataTable I'm trying to implement column sorting.
I'd like to sort the array/collection depending on the field selected. I have using Reflection in the past for this, but wanted to find a neater way of doing it, using Commons BeanUtils and/or Collections but can't seem to find any examples.
Thanks Scottyab