Modifications de choose preference et début d'écran du CU d'inscription

This commit is contained in:
2008-01-10 11:13:42 +00:00
parent 2cf2c73e65
commit 01889e0fea
12 changed files with 282 additions and 22 deletions

View File

@@ -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>