hi friends,
in my application i have to use russsian characters in some text box.
my application contains two types of text box, some are pure html text box(input type = "text") some are
struts text box (html:text).
pure html text box works fine and shows russian characters. but html:text fields only shows some numbers listed.
how can i make my text box working fine?
do i need to change all my struts text box to pure html text box?
thanks in advance........