xospec1alk
Diamond Member
alrite, i have a HashMap<Integer,ArrayList<myObject>>
myObject has 2 attributes, selectKey and selectValue.
I want to create a select box and populate the options with the key and value from myObject
what am i doing wrong here?
i get a java.lang.ClassCastException: java.lang.Integer
myObject has 2 attributes, selectKey and selectValue.
I want to create a select box and populate the options with the key and value from myObject
what am i doing wrong here?
i get a java.lang.ClassCastException: java.lang.Integer