Results 1 to 2 of 2

Thread: JSP dropdown list

  1. #1

    Default JSP dropdown list

    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.

  2. #2

    Default

    Code:
    <form:select items="${itemobjectlist}" itemLabel="propertyForlabel" itemValue="propertyforvalue"/>
    itemobjectlist must be a Collection and/or List object placed into the model.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •