how to sort(in lexical) forEach collection values?
I've retreived properties file values using resource bundle which is not in sorted order(alphabetical).Is there anyway to sort the object using jstl?
the code is,
<c:forEach var="key" items="${resources.resourceBundle.keys}"
here the items should be sorted in lexical order.
Reply ASAP.
Thanks,
Shabeer.>

