Thanks!
Problem solved :-) My jsp was encoded in UTF-8. Changing to iso-8859-1
fixed it.
"read out" should mean, use the getField() of the Form...
Leon Rosenberg schrieb:
Sorry, but what do you mean with "read out".
You have Ä in the jsp but ä in the console? If its a Win/DOS console,
it
Sorry, but what do you mean with "read out".
You have Ä in the jsp but ä in the console? If its a Win/DOS console,
it doesn't matter, because windows uses it's own encoding. (cp1250)
If its a unix/linux console, try to set the encoding of the console to
iso-8859-1.
You also have to save the encodi
Hello,
I have got a JSP with an textarea. Whene i read out the value over the
getter from the related formBean, i get wrong characters for german
spezial characters:
äöüÄÖÜß ( right encoding is ä ö ü Ä ß
becomes to äöü����
Can anybody tell me, what to do to get the characters in
3 matches
Mail list logo