acces BDD ok

affichage vue listeClients OK
This commit is contained in:
sio
2024-10-14 16:29:09 +02:00
parent cc9e70fd93
commit 6e4f2967a0
5 changed files with 8 additions and 5 deletions

View File

@@ -17,6 +17,6 @@
<%@include file="jspf/enteteClient.jspf" %>
<%@include file="jspf/menuClient.jspf" %>
<h2>Liste des clients</h2>
<p>Page en construction</p>
<c:out value="${clients}" default="La liste doit être là" />
</body>
</html>