Posted By:
struts_lover
Posted On:
Thursday, August 19, 2004 08:28 AM
I am facing a problem and trying to solve it for many days but in vain.
The user selects the locale(suppose es-spanish) and the page displays in that particular locale using the appropriate properties file.
I also have a file upload on the same form. I am using enctype="multipart/form-data" in the
tag.
Now when I enter Arabic text in the text field, and post the form, the Arabic text is not retained. It inserts junk characters.
Can anyone please help me on this issue.