This commit is contained in:
@@ -40,12 +40,13 @@
|
|||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<center>list is empty !</center>
|
<form:select path="member">
|
||||||
<!--<c:forEach var="m" items="${members}">
|
<c:forEach var="am" items="${ArticlesMembers}">
|
||||||
<c:if test="${m.firstName=='max'}">
|
<option value="${m.login}">
|
||||||
${m.firstName}${m.lastName}
|
${m.firstName} ${m.lastName}(0)
|
||||||
</c:if>
|
</option>
|
||||||
</c:forEach>-->
|
</c:forEach>
|
||||||
|
</form:select>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
|
|||||||
Reference in New Issue
Block a user