probleme theConnection is null
This commit is contained in:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user