Ciao, I few days ago I stepped over an encoding servlet-filter. It checks before each action the encoding of the request and can change it to the value you would like to have.
Perhaps this would be a good solution for your problem! Nice greetings ---------- Initial Header ----------- >From : "Karin Schellner" [EMAIL PROTECTED] To : "Struts Users Mailing List" user@struts.apache.org Cc : Date : Wed, 05 Apr 2006 10:46:12 +0200 Subject : LookupDispatchAction and Internationalization > Hi, > > I am using Struts 1.2.7 with the LookupDispatchAction and everything > works fine, as long as the labels of the buttons (=values of the keys of > the resourcebundles) are not using special characters. If there are > special characters I get the following error: > > missing resource 'Hinzuf?' in key method map > > > so it seems, that there is a problem with the special character "ü" > (\u00FC), because the real value should be 'Hinzufügen' - but cannot be > interpreted and is therefore replaced by a question mark. > > In my messageresource property-file I have replaced all special > characters with the according \uxxxx-coding, but it seems that at some > other place (struts-config.xml ?!) I have to tell the Struts-framework > to use Unicode ... > > Thanks in advance for any hints in this matter! > > cheers, > karin. > > -- > > "Any idiot can face a crisis. It is the day-to-day living that wears you > out." - Anton Chekov > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]