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 = "&#12431;&#12383;&#12375"

which means わたし in Japanese

I use <bean:write name="myStr"/>

it only shows "&#12431;&#12383;&#12375"

plz show me how to solve this problem.

thanks.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to