Hi,
I am trying to use a hashmap in freemarker, i make the forumid the key value and a list of topics for the value. I have tried using the normal hashmap in
java and its not working, do i have to use a freemarker implementation such as SimpleHash? With that I cannot use an int for the key....Anybody have any experience using hashmaps with freemarker? Any help would be greatly appreciated thank you!
[originally posted on jforum.net by Anonymous]