hi Sunny,

thank you for ur reply, but I used ur way before.

I'm wondering why we can't use <bean:write> for my case ? :)

again, thank u, Sunny :")

----- Original Message ----- From: "Sunny" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <user@struts.apache.org>
Sent: Wednesday, April 13, 2005 1:58 PM
Subject: RE: [HELP] <bean:write> tag can not write Japanese or Vietnamese


> 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]
> >


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

Reply via email to