Search code examples
javahtmljspjstl

How can I produce a select tag using JSTL or Standard Actions in a JSP


I want to make a select tag in a JSP, where the options are an Enumeration (for example, all US States). Is their a tag in JSTL or a standard tag that can do this, without manually iterating through the list?


Solution

  • There isn't in JSTL. However many frameworks provide such additional tags: