Hi!
I need a very simple example of how to populate a drop-down list for JSP using Spring. I have been using Spring 3 days now so do not get overly complicated.
Hi!
I need a very simple example of how to populate a drop-down list for JSP using Spring. I have been using Spring 3 days now so do not get overly complicated.
itemobjectlist must be a Collection and/or List object placed into the model.Code:<form:select items="${itemobjectlist}" itemLabel="propertyForlabel" itemValue="propertyforvalue"/>