hhhhhhhhhh
hhhhhhhhhhhhhhhhhhhhh
hhhhhhhhhhh
<td>文章类型</td>
</tr>
<tr>
<td class="pbottom"><select name="articleTypeId" class="sselect">
<c:forEach var="articleType" items="${articleTypes}">
<c:choose>
<c:when test="${articleType.articleTypeId==article.articleTypeId}">
<option value="${articleType.articleTypeId}" selected="selected">
${articleType.name}</option>
</c:when>
<c:otherwise>
<option value="${articleType.articleTypeId}">
${articleType.name}</option>
</c:otherwise>
</c:choose>
</c:forEach>
</select></td>
</tr>
hhhhhhhhhhhhhhhhhhhhh
hhhhhhhhhhh
<td>文章类型</td>
</tr>
<tr>
<td class="pbottom"><select name="articleTypeId" class="sselect">
<c:forEach var="articleType" items="${articleTypes}">
<c:choose>
<c:when test="${articleType.articleTypeId==article.articleTypeId}">
<option value="${articleType.articleTypeId}" selected="selected">
${articleType.name}</option>
</c:when>
<c:otherwise>
<option value="${articleType.articleTypeId}">
${articleType.name}</option>
</c:otherwise>
</c:choose>
</c:forEach>
</select></td>
</tr>