X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ROOT%2Fexo7%2Fnextpage.jsp;h=f54b811eac7ed3a6246f97201c95ea3f103639ca;hb=27e8c3cf51769dd944bc3d49a5c5776bfcb8aa65;hp=862741423411db6fbf625e344646e4bba74c77a8;hpb=9df2dec568231a9ce0e3cc6a0709922c9140e281;p=TD_webapps.git diff --git a/ROOT/exo7/nextpage.jsp b/ROOT/exo7/nextpage.jsp index 8627414..f54b811 100644 --- a/ROOT/exo7/nextpage.jsp +++ b/ROOT/exo7/nextpage.jsp @@ -1,5 +1,9 @@ - Bonjour <%= session.getAttribute("theName") %> + Bonjour <% out.print(session.getAttribute("firstname")); %> + <% out.print(session.getAttribute("lastname")); %>, + <% out.print(session.getAttribute("age")); %> years old + living at <% out.print(session.getAttribute("address")); %> + working as <% out.print(session.getAttribute("work")); %>