• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

How to display Japanese/Chinese/Vietnamese in HTML text field?

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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!
 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you mean to ask ..like intenationalization..?
reply
    Bookmark Topic Watch Topic
  • New Topic