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