Hi all,
Im doing some development using weblogic + struts, of a web site written in Hebrew.
I have set in my Jsp’s the following:
pageEncoding=”WINDOWS-1255″.
Im facing a problem, that althogh the jsp’s are shown fine on the browser with Hebrew text, the values i set to the text fields in forms, arrive to the server with ???? replacing the text i add in Hebrew.
These are the printings im getting:
Default encoding: Cp1255
Lang: iw_IL
UserName: ???????
I know its a charset issue, but cant seem to understand which property i have wrong. Any iseas ?
Thanks, Ehud.