Chap9 à terminer, contrôle authentification à finir

This commit is contained in:
dthev
2024-10-06 23:26:14 +02:00
parent e9751677f4
commit 2fe537045d
5 changed files with 194 additions and 30 deletions

View File

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