Hi Thank you for reading my post Image that you have a jsp page with some Textfieldsnow you enter some unicode (Hebrew)data into those TextField (textArea ...) and press save , save button will do some processing and come back to the page itself. now all entered characters are converted to thier Unicode numbers like #5646.....
This problem goes deeper when you want to save the entered data into database , what you get in database is
those numeric values. I attach to images for more description of the problem. Do i need to include something special into faces-config.xml ,web.xml ?In first image i entered some Hebrew data and second image show the page after i pressed submit button. submit button do nothing (return null to come back to same page). and as you see all data changed to #554
Thank you
<<attachment: step2.JPG>>
<<attachment: step1.JPG>>

