I have a TreeSet.
The string key is actually a string value of an int, as freemarker doesn't allow ints as keys to maps, and as this is a sorted map, it sorts it as below:
1
10
11
12
2
3
4
5
6
7
8
9
Anyone know how to get around this and make it print in numerical order?
Thanks