Dear Struts experts,
I develop an J2EE application which support Japanese, Chinese and Vietnamese characters. I used Struts 1.1, WebSphere Studio Application Developer Integration Edition(WSAD IE) 5.1.1 and WebSphere Application Server(WAS) 5.1
I have a problem with display the value of inputted text. The application has several HTML forms which allow the user to input Japanese, Chinese or Vietnamese characters. if there is a validation error, the application displays the inputted HTML form with an error message, at this error page the inputted String of Japanese, Chinese or Vietnamese not display correctly as what the user inputted,
The same problem with editing function. The Japanese, Chinese or Vietnamese value of text field changed format/encoding
I used Struts taglib such as <html:text>, <bean:write>
I searched on Internet and applied some suggestions such as encoding filter but I did not successfully
I hope to receive your advices, thank you very much!