Chap9 à terminer, contrôle authentification à finir
This commit is contained in:
@@ -20,6 +20,12 @@
|
||||
<c:choose>
|
||||
<c:when test="${isNumAjoute >0}" >
|
||||
<p>Client ${isNumAjoute} ajouté</p>
|
||||
<article>
|
||||
<h3>Liste des numéros des clients récemment créés : </h3>
|
||||
<c:forEach items="${sessionScope.lesNvxClients}" var="unClient"> ${unClient} -
|
||||
</c:forEach>
|
||||
</article>
|
||||
|
||||
</c:when>
|
||||
|
||||
<c:otherwise>
|
||||
|
Reference in New Issue
Block a user