Dispatch: ca plante pu mais ca fait rien de spécial pr l'instant

This commit is contained in:
Frederic Debuire
2008-02-04 21:27:13 +00:00
parent 46c2757063
commit bf7cbab71a
3 changed files with 273 additions and 257 deletions

View File

@@ -3,7 +3,9 @@
<html>
<head></head>
<body>
<form:form commandName="formDispatcher">
<table>
<tr>
<th>articles to dispatch</th><th>members</th><th>members associate to the article</th>
@@ -19,8 +21,9 @@
</tr>
</table>
</td>
<td>
<form:form commandName="formDispatcher">
<td>
<input name="idArticle" type="hidden" value="${article.id}" />
@@ -33,7 +36,8 @@
</form:select>
<input type="submit" value="add" />
</form:form>
</td>
<td>
<center>list is empty !</center>
@@ -47,7 +51,7 @@
</c:forEach>
</table>
</form:form>
</body>
</html>