Have been searching how to do multiple values in Spring.
What is Spring?
There are no complications when displaying only a single id or a value while using spring and form taglib by doing this.
<form:select path=”prospect.wholeSaleId” items=”${List}”
itemLabel=”wholeSaleId” itemValue=”wholeSaleId”>
Now itemLabel would display the wholeSaleId value. The problem now is how to display let’s say [...]

