Using JSF 1.2 and Trinidad...
selectOneChoice drop down selection lists are dynamically populated from
lookup tables in a database. An ArrayList stores SelectItem objects.
Does anyone know how to make selectOneChoice sorted, other than via the
actual SQL query (" ORDER BY ")?
I tried using some of the java.util.Collections classes, but did not get
this to work.
Thanks,
Mike Quentel

