X-Git-Url: https://git.piment-noir.org/?p=TD_webapps.git;a=blobdiff_plain;f=ROOT%2Fexo7%2Fnextpage.jsp;fp=ROOT%2Fexo7%2Fnextpage.jsp;h=37153a64a120fe0652bc917785449d675ea0d848;hp=862741423411db6fbf625e344646e4bba74c77a8;hb=c69eb3b16833513b2109b19c2e3dfbb66550ef19;hpb=9df2dec568231a9ce0e3cc6a0709922c9140e281 diff --git a/ROOT/exo7/nextpage.jsp b/ROOT/exo7/nextpage.jsp index 8627414..37153a6 100644 --- a/ROOT/exo7/nextpage.jsp +++ b/ROOT/exo7/nextpage.jsp @@ -1,5 +1,6 @@ - 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")); %>