Hi, we have an action which we call with url paramters from other applications.
But now we found out, that we have problems with mutated wowels like äöü. Instead of tls-hölter we get tls-hölter in the parameterMap of the servletRequest (I debugged). I assume that the parameters are decoded with iso ISO-8859-1 instead of utf-8 or otherwise. Is there an option to tell struts2 which charset it should use to decode? The url looks like this: http://localhost:8080/bpc/search.action?ctxSid=20080714082158393251000&userId=xxx&pageTitle=Bla&returnUrl=http://localhost:9080?methodToCall=loadWithCustDetails&simpleSearch=tls-h%C3%B6lter We call the application running on tomcat from an application running on websphere 6.1. Thanks in advance... Best regards, Marc --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]