X-Git-Url: https://git.piment-noir.org/?p=TD_webapps.git;a=blobdiff_plain;f=ROOT%2Fexo7%2Fsaveinfos.jsp;h=3812b56ee00921f0cc6985664898365c6c28f02a;hp=37da3fd1a4f5f61946ec0ab6baaf8463cfbc1a35;hb=d2793705bda98fb61daa7811d9607f5002c2595e;hpb=55d3b02b183554f00271d824e208a9b09acd392a diff --git a/ROOT/exo7/saveinfos.jsp b/ROOT/exo7/saveinfos.jsp index 37da3fd..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");