What is way to select enum from database? I have:
<select name="country">
<c:forEach items="${countries}" var="value">
<option value="${value}">${value}</option>
</c:forEach>
</select>
I have in class and table 'User' field string/varchar 'country'
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…