probleme theConnection is null

This commit is contained in:
josephine.vetu
2024-10-14 15:59:20 +02:00
parent 8cf65573ae
commit cc9e70fd93
6 changed files with 32 additions and 15 deletions

View File

@@ -7,7 +7,7 @@
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
ezg
<!DOCTYPE html>
<html>
<head>

View File

@@ -18,7 +18,7 @@
<%@include file="jspf/menuClient.jspf" %>
<h2>Nouveau client</h2>
<p>Page en construction</p>
<form action="action" method="post">
<form action="nouveauClient" method="post">
<label for="nom">Nom : </label>
<input type="text" id="fnom" name="ztNom" required="required"><br><br>
<label for="nom">Prénom : </label>

View File

@@ -2,7 +2,7 @@
<web-app version="6.0" xmlns="https://jakarta.ee/xml/ns/jakartaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_0.xsd">
<servlet>
<servlet-name>ListeServlet</servlet-name>
<servlet-class>ListeServlet</servlet-class>
<servlet-class>gestionClient.ListeServlet</servlet-class>
</servlet>
<servlet>
<servlet-name>AccueilServlet</servlet-name>