Try this out: <bean:define id = "myLocale" name = "request" property = "locale" scope = "session"/> <bean:write name = "myStr" locale="myLocale"/> NOTE: Assuming browser locale is Japanese. -----Original Message----- From: Pham Anh Tuan [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 12:11 PM To: Struts Users Mailing List Subject: [HELP] <bean:write> tag can not write Japanese or Vietnamese Hi all, I got a problem when I write out data on jsp. I have a String = "わたし" which means わたし in Japanese I use <bean:write name="myStr"/> it only shows "わたし" plz show me how to solve this problem. thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]