Re: Problem: FormPanel / FileUpload - special characters and german umlauts
check that your html file has the correct content type:
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
then put a breakpoint in your servlet and check if the special chars
are still ok
and make sure, to use the correct method on your form
setMethod(FormPanel.METHOD_POST)
On 13 Nov., 10:46, GWT-Newbie <manuel.krann...@fun.de> wrote:
> Hey there,
>
> using the FormPanel with the FileUpload widget, the strings from the
> TextBoxes and TextAreas of my FormPanel don't support some special
> characters and german umlauts.
> On the client-side everything is okay, but arriving at the server, the
> characters and umlauts (like ä ü ö) were replaced e.g. with s.th. like
> "ü � ä ö ü" and so on.
> My server-side will send eMails with those Strings and I would like to
> have them correctly.
> Can anyone of you guys help me? Would be great!
>
> Cheers!
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home