AcrIS is a modern framework serving as a base for applications, web sites and portals. It provides various tools and libraries to ease daily development. Build on top of Google web toolkit and provides sophisticated solution for security, beans binding, JSON protocol and usefull project skelets integrated with maven, hibernate, spring and gilead. You will get a prepared solution in box ready to use in your own project.
Requested functionality:
- to be able to bind a field of collection of enumerations
Detailed description of functionality
* let's have a model List<Countries>
* Countries is an enumeration
* we need to bind a combo box to the field allowing us to pick a value from the
list of enumeration values
* picking the value and pressing "add" button the enumeration will be added to
the list
** nice-to-have: if the added enumeration would be also removed from the list
of available enumeration values + the ability to configure this feature
** nice-to-have: picking an enumeration from the list box and pressing "remove"
button the value should be removed from the list of selected values and moved
back to the combo box list
Original issue reported on code.google.com by ladislav...@gmail.com on 21 Jul 2010 at 8:31
Original issue reported on code.google.com by
ladislav...@gmail.com
on 21 Jul 2010 at 8:31