sugarnuke
0
Q:

crear select jsp java

<select name="item">
<c:forEach items="${combo}" var="id">
    <option value="${id}">${id}</option>
</c:forEach>
</select>
0

Tags

New to Communities?

Join the community