X-Git-Url: https://git.piment-noir.org/?p=TD_webapps.git;a=blobdiff_plain;f=ROOT%2Fexo8%2Fgetinfos.jsp;fp=ROOT%2Fexo8%2Fgetinfos.jsp;h=f1c9ef345f0f81c7d7b2f587b46fb62ba7b845f8;hp=0000000000000000000000000000000000000000;hb=e17ad78fbbde71fd9615a744b857b79a692587de;hpb=55d3b02b183554f00271d824e208a9b09acd392a 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() %>
+ +