Test2JakartaV7/web/WEB-INF/listeClientsVue.jsp
2024-10-03 11:52:44 +02:00

24 lines
719 B
Plaintext

<%--
Document : listeClientsVue
Created on : 15 sept. 2024, 18:51:03
Author : famille Thevenot
--%>
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<!DOCTYPE html>
<html>
<head>
<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>
<p>Page en construction2</p>
<c:out value="${laListe}" default="La liste doit être là" />
<c:out value="${laListe}"/>
</body>
</html>