Bonjour

Je dois completer une jsp pour un travail sur un code.
Néanmoins je ne sais pas comment commencer.
Je dois compléter le TODO.
Si quelqu"un pouvait m'expliquer comment commencer ou aurait un exemple de code à m'envoyer.
Le code est le suivant :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="ISO-8859-1"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
  <head>
    <meta name="generator" content=
    "HTML Tidy for Windows (vers 14 February 2006), see www.w3.org">
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>
      registrationPage.jsp
    </title>
  </head>
  <body>
    <h1>
      Welcome to Lab3 project
    </h1>
    <p>
      You have successfully deployed the lab3 project on JBoss AS 7.
    </p>
    <form id="reg" action="register.do" method="post" name="reg">
      <h2>
        Register
      </h2>
 
    	<!--  
 
 
    		TODO
 
 
    	 -->
      <p>
        <input id="register" type="submit" value="Register">
        <label style="color: green;">${infoMessage}</label>
        <label style="color: red;">${errorMessage}</label>
      </p>
    </form>
  </body>
</html>
Merci beaucoup