Hi again,
With the following config in my faces-config.xml:
| <locale-config>
| <default-locale>en-AU</default-locale>
| <supported-locale>zh-CN</supported-locale>
| <supported-locale>es-BO</supported-locale>
| </locale-config>
|
The Seam LocaleSelector using "getSupportedLocales()" as of Seam2 now only shows
the chinese and spanish, not australian. It shows the supported locales but does not
include the default locale.
Is this due to a change in the LocaleSelector, or is it a JSF1.2/RI thing that only the
<supported-locale> elements are returned by this API call?
thanks,
Daniel.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058970#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...