<select multiple="true" name="cogCondition" style="width:100%;"> <c:forEach var="mate" items="${fns:getDictList('rdqk')}"> <option <c:if test="${fn:contains(projectRecommend.cogCondition,mate.value ) }">selected="selected"</c:if> name="cogCondition" value="${mate.value }"/>${mate.label} </c:forEach> </select>