Skip to content

Instantly share code, notes, and snippets.

@andregnhoato
Created February 3, 2014 19:30
Show Gist options
  • Select an option

  • Save andregnhoato/8790680 to your computer and use it in GitHub Desktop.

Select an option

Save andregnhoato/8790680 to your computer and use it in GitHub Desktop.
<div class="controls">
<select id="categoria" name="produto.categoria" required>
<c:forEach items="${categorias}" var="c">
<option value="${c }" >${c.descricao}</option>
</c:forEach>
</select>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment