From: Jérôme Benoit Date: Wed, 11 Apr 2018 13:59:05 +0000 (+0200) Subject: exo8: fixlets X-Git-Url: https://git.piment-noir.org/?p=TD_webapps.git;a=commitdiff_plain;h=e17ad78fbbde71fd9615a744b857b79a692587de;hp=55d3b02b183554f00271d824e208a9b09acd392a exo8: fixlets Signed-off-by: Jérôme Benoit --- diff --git a/ROOT/exo8/getinfos.jsp b/ROOT/exo8/getinfos.jsp new file mode 100644 index 0000000..f1c9ef3 --- /dev/null +++ b/ROOT/exo8/getinfos.jsp @@ -0,0 +1,11 @@ +<%@ page contentType="text/html" pageEncoding="UTF-8" %> + + + + + Prénom: <%= user.getFirstname() %>
+ Nom: <%= user.getLastname() %>
+ Email: <%= user.getEmail() %>
+ Age: <%= user.getAge() %>
+ + diff --git a/ROOT/exo8/saveinfos.jsp b/ROOT/exo8/saveinfos.jsp index 8ddc1a9..a1d223c 100644 --- a/ROOT/exo8/saveinfos.jsp +++ b/ROOT/exo8/saveinfos.jsp @@ -4,9 +4,6 @@ - Prénom: <%= user.getFirstname() %>
- Nom: <%= user.getLastname() %>
- Email: <%= user.getEmail() %>
- Age: <%= user.getAge() %>
+ Continue