fin chap9

This commit is contained in:
sio
2024-10-14 16:52:42 +02:00
parent 2fe537045d
commit d7334787cd
6 changed files with 465 additions and 466 deletions

View File

@@ -13,12 +13,12 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Liste des clients</title>
</head>
<body>
<%@include file="jspf/enteteClient.jspf" %>
<%@include file="jspf/menuClient.jspf" %>
<h2>Liste des clients</h2>
<%--Affichage de la vue--%>
<c:out value="${laListe}" default="La liste doit être là" />
</body>
</html>