Sorting Bean Objects in an ArrayList
Hi there,
I have an arraylist of custom Publication Objects which have attributes such as title, publicationDate, department, region etc.
However I need some way to be able to sort this arrayList depending on what the user has entered as a sort filter from the web form.
Does anyone know of a way to do this.
Much appreciated

