tp7 en cours. lien fait entre servlet, modele et jsp ListeClient. page listeClients affiche erreur 505 ou 404
This commit is contained in:
31
web/WEB-INF/nouveauClientVue.jsp
Normal file
31
web/WEB-INF/nouveauClientVue.jsp
Normal file
@@ -0,0 +1,31 @@
|
||||
<%--
|
||||
Document : nouveauClientVue
|
||||
Created on : 15 sept. 2024, 18:49:28
|
||||
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>Nouveau client</title>
|
||||
</head>
|
||||
<body>
|
||||
<%@include file="jspf/enteteClient.jspf" %>
|
||||
<%@include file="jspf/menuClient.jspf" %>
|
||||
<h2>Nouveau client</h2>
|
||||
<p>Page en construction</p>
|
||||
<form action="action" method="post">
|
||||
<label for="nom">Nom : </label>
|
||||
<input type="text" id="fnom" name="ztNom" required="required"><br><br>
|
||||
<label for="nom">Prénom : </label>
|
||||
<input type="text" id="fprenom" name="ztPrenom" required="required"><br><br><!-- comment -->
|
||||
<label for="nom">Mail : </label>
|
||||
<input type="email" id="fmail" name="ztMail" required="required"><br><br>
|
||||
<input type="submit" value="Submit">
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user