This commit is contained in:
clementine.desrucques 2021-10-20 09:45:37 +02:00
parent 38f7598b29
commit 75c661ec0c
2 changed files with 3 additions and 1 deletions

View File

@ -48,6 +48,7 @@
<td><c:out value="${unPompier.getAdrCP()}"/></td> <td><c:out value="${unPompier.getAdrCP()}"/></td>
<td><c:out value="${unPompier.getAdrVille()}"/></td> <td><c:out value="${unPompier.getAdrVille()}"/></td>
<td><c:out value="${unPompier.getGrade()}"/></td> <td><c:out value="${unPompier.getGrade()}"/></td>
<td><c:out value="${unPompier.getCom()}"/></td>
</tr> </tr>
</c:forEach> </c:forEach>

View File

@ -9,9 +9,10 @@
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JSP Page</title> <title>Pompier</title>
</head> </head>
<body> <body>
<h1>Hello World!</h1> <h1>Hello World!</h1>
<a href="ModifPompier"><input type="button" name="btModifP" value="Modifier la fiche pompier"/></a>
</body> </body>
</html> </html>