AW: Problem with character encoding during redirect to another action

2011-01-27 Thread Rafael Karbowski
action I think this is not a struts issue. are you using tomcat as your server? you can try to set URIEncoding of Connector to "utf-8" in server.xml (2011/01/26 23:45), Rafael Karbowski wrote: > Hi @ all, > > > > I have a problem with the encoding of German umlauts. In th

Problem with character encoding during redirect to another action

2011-01-26 Thread Rafael Karbowski
Hi @ all, I have a problem with the encoding of German umlauts. In the getter of the source action they are correct, but the setter of the destination action sets bad encoded values. So far I canĀ“t find any solution for this problem. It would be nice, if somebody has an idea how to fix it.