X-Git-Url: https://git.piment-noir.org/?p=TD_webapps.git;a=blobdiff_plain;f=ROOT%2Fexo8%2Fsaveinfos.jsp;fp=ROOT%2Fexo8%2Fsaveinfos.jsp;h=8ddc1a9b1675e32cbef93abbf808166c6580ad0e;hp=0000000000000000000000000000000000000000;hb=55d3b02b183554f00271d824e208a9b09acd392a;hpb=05e819e4ef0cd435debc3b9a4d8ff34c654878c3 diff --git a/ROOT/exo8/saveinfos.jsp b/ROOT/exo8/saveinfos.jsp new file mode 100644 index 0000000..8ddc1a9 --- /dev/null +++ b/ROOT/exo8/saveinfos.jsp @@ -0,0 +1,12 @@ +<%@ page contentType="text/html" pageEncoding="UTF-8" %> + + + + + + Prénom: <%= user.getFirstname() %>
+ Nom: <%= user.getLastname() %>
+ Email: <%= user.getEmail() %>
+ Age: <%= user.getAge() %>
+ +