Yes I had the same one. After switching my favourite IDE (Netbeans) to UTF-8 Encoding everything was fine.
So, either you use Unicode Characters in your String literals, which is plain ugly, or use an editor which is capable of using UTF-8 Encodings. Am Sonntag, 27. April 2008 11:35:16 schrieb greeklinux: > Hello, > > I have problems with german umlauts in a feedback panel. > I define the error messages in a property file. > It displays as follows: > Bitte geben Sie eine gültige E-Mail ein > > In my HTML: > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > <?xml version="1.0" encoding="UTF-8"?> > .... > <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> > ... > > My editor is configured to use UTF-8 as encoding. > I tried to initialize the Wicket Application with > getRequestCycleSettings().setResponseRequestEncoding("UTF-8"); > but the error is still there. > > Has someone the same problem? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
