Re: Decode Request Parameters

2007-05-10 Thread zuban
ok, I added "URIEncoding="UTF-8"" in server.xml tomcat-config-file Now it works fine. -- View this message in context: http://www.nabble.com/Decode-Request-Parameters-tf3718189.html#a10411761 Sent from the Struts - User mailing list a

Re: Decode Request Parameters

2007-05-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Zuban, zuban wrote: > how do I decode a request parameter? > > like this on: > /.../EditUser.do?id=g%C3%BCltz > > the value should be: "gültz" [snip] > But after that username equals "gültz" instead "gültz" ? Your request character encoding doe

Re: Decode Request Parameters

2007-05-09 Thread Laurie Harper
zuban wrote: how do I decode a request parameter? like this on: /.../EditUser.do?id=g%C3%BCltz the value should be: "gültz" in my Action-Class I do the following: - public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest

Decode Request Parameters

2007-05-09 Thread zuban
rname equals "gültz" instead "gültz" ? -- View this message in context: http://www.nabble.com/Decode-Request-Parameters-tf3718189.html#a10402348 Sent from the Struts - User mailing list archive at Nabble.com.