Getting values from a hashmap using JSTL - Java Forums at the Big Moose Saloon
But since it's a properties object, which is backed by a hashmap, I can't be assured of the order. So I made a sorted array of the keys. However, I can't see to get the values from the properties object. Everything else is working fine....