Modifications de choose preference et début d'écran du CU d'inscription
This commit is contained in:
@@ -38,13 +38,13 @@
|
||||
|
||||
<input name="idArticle" type="hidden" value="${article.id}" />
|
||||
|
||||
<select path="member">
|
||||
<form:select path="member">
|
||||
<c:forEach var="m" items="${members}">
|
||||
<option value="${m.login}">
|
||||
${m.firstName} ${m.lastName}(0)
|
||||
</option>
|
||||
</c:forEach>
|
||||
</select>
|
||||
</form:select>
|
||||
|
||||
<input type="submit" value="add" />
|
||||
</form:form>
|
||||
|
||||
Reference in New Issue
Block a user