How do I correct this statement:
${model.myHashtable[model.data.id]}.
myHashtable is defined as
Hashtable
you can use org.apache.commons.collections4.map.CaseInsensitiveMap both String "1" and int 1 are the same key;