You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Don Brown (JIRA)" <ji...@apache.org> on 2007/05/22 14:33:44 UTC

[jira] Resolved: (WW-1918) Select options doesnt render chinese and korean languages correctly

     [ https://issues.apache.org/struts/browse/WW-1918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Don Brown resolved WW-1918.
---------------------------

    Resolution: Not A Problem

Please discuss this on the user mailing list to confirm it is a struts issue and not IE.

> Select options doesnt render chinese and korean languages correctly
> -------------------------------------------------------------------
>
>                 Key: WW-1918
>                 URL: https://issues.apache.org/struts/browse/WW-1918
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.0.7
>            Reporter: srinivas chinthalapudi
>
> We are currently using struts 2, freemarker, ognl to buid our site. We have a language selection drop down to select the locale of the user. All other languages display correctly in the select options except korean and chinese. We see square boxes instead. This happens only in IE7 and other browser versions render perfectly.
>    I am really not sure whether this is a bug with struts 2 or IE. But I just wanted to get confirmed this is not the issue with struts.
> ftl entry
> <@s.select name="request_locale" onchange="this.form.submit();"
>               		value="(#session['webwork_locale'] == null) ? ((locale == null) ? 'en' : locale.toString()) : #session['webwork_locale'].toString()" 
>               		list=r'#{ "en":"English", "ar":"العربية", "de":"Deutsch", 
>               			"es":"español", "fr":"Français", "it":"Italiano", "ko":"한국어", "lt":"lietuvių", 
>               			"pt":"português", "ro":"Română", "ru":"Русский", "uk":"Українська", "zh":"中文" }' />
> all the properties file has utf 8 encoding which is correct.
> thanks
> Sri

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.