X-Git-Url: https://git.piment-noir.org/?p=TD_webapps.git;a=blobdiff_plain;f=ROOT%2Fexo7%2Fsaveinfos.jsp;h=3812b56ee00921f0cc6985664898365c6c28f02a;hp=11b0f65a18e0bd61fa44c29769c9c48810773626;hb=d2793705bda98fb61daa7811d9607f5002c2595e;hpb=c69eb3b16833513b2109b19c2e3dfbb66550ef19 diff --git a/ROOT/exo7/saveinfos.jsp b/ROOT/exo7/saveinfos.jsp index 11b0f65..3812b56 100644 --- a/ROOT/exo7/saveinfos.jsp +++ b/ROOT/exo7/saveinfos.jsp @@ -1,4 +1,5 @@ <% +request.setCharacterEncoding("UTF-8"); String firstname = request.getParameter("firstname"); String lastname = request.getParameter("lastname"); String address = request.getParameter("address"); @@ -10,7 +11,7 @@ session.setAttribute("address", address); session.setAttribute("age", age); session.setAttribute("work", work); %> - + Continue