| Author |
How to get Hebrew text from JSP page correctly?
|
Sharon whipple
Ranch Hand
Joined: Jul 31, 2003
Posts: 294
|
|
Hello friends
I am facing a problem saving Hebrew text from JSP page,
The input is coming from Spring mvc form in a JSP page,
Jsp pase has a utf-8 declaration , It was saved encoded in utf-8, app is running on tomcat 7,
The data submitted to a Spring controller, The problem is that the text is arriving to the controller as Gibberish.
See the "name" field of the Driver element here:
The "description" field is hebrew text I add using the debugger.
Here is the controller code:
Here is the Jsp:
Please advise, Thank you!
|
 |
Sharon whipple
Ranch Hand
Joined: Jul 31, 2003
Posts: 294
|
|
Problem resolved using simple filter see:
http://nirlevy.blogspot.com/2009/02/utf8-and-hebrew-in-tomcat.html
|
 |
 |
|
|
subject: How to get Hebrew text from JSP page correctly?
|
|
|