|
From: Nikhil G. D. <ng...@ce...> - 2005-11-18 05:22:36
|
I like the new #set $map = { k1: v1, k2:v2 } syntax. The only problem is
that it does not use the "List Ordered" Map i.e. when I want to say
render a select list from it, it shows things not in the order in which
the map was defined. Is there a way where I can specify the
implementation class to use? I use JDK 1.5 and would like to specify
the LinkedHashMap.
Any help and pointers would be appreciated.
|