I have a List of object, produced by JPA q.getResultList()
.
I would like to use it in a drop down, but Stripes "option" tag cant accept List, just Collection
, Enum
and
Map
.
Im new to Java, that why perhaps the List
can translated to each of them but I don't know how can I solve this issue.
(Stripes select,option-map,-enumeration, -collection can build up a drop down from previous mentioned input object structures )