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.>

[356 byte] By [mmshabeera] at [2007-10-3 0:17:11]
# 1
Have a look at http://www.ekcsoft.com/coding/java.php?page=jstl_parameters for the solution to this problem.
shaitan6930a at 2007-7-14 17:08:07 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...