[
https://issues.apache.org/struts/browse/WW-1918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
srinivas chinthalapudi updated WW-1918:
---------------------------------------
Description:
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
was:
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.
thanks
Sri
> 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.