Hi griends , I have a problem with jsp/Struts on WSAD,WAS When i pass parameter from my jsp file to action (Struts Action) Its encoding changes to "ISO Latin-1" -jsp file encoding type is set to UTF-8- and passed parameter is UTF-8 too , but when i check it in backend it seems that encoding changes without any reason? is there any filter / solution for this? weblogic has a mechanism for this.
(request.setCharacterEncoding("UTF-8"); to my action before reading parameter from it , also i add two difinition on my jsp page request.setcharacterEncoding("UTF-8"); and < meta .../> which both of them set content and encoding of my jsp pages to utf-8 but i istill could not use my parameter , thier encoding seems to be " ISO Latin-1 " . while i type unicode characters in my text are at jsp page. I use Websphere as APPS , is it a problem of Websphere? or i should make some changes?