Hi,
Well, it may be a idiot idea... But we need DropDownList.java to wrap all data of a "List employees" dropdown list. The object is populated at server side and used by JSP and javascript (json) for rendering view. Just something like org.apache.struts2.components.Select but in POJO format.
We already created our own classes but if there is some good framework or lib that made that kind of stuff, we would willingly use it.
Thanks alot