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#4058970
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058970
"pete.muir(a)jboss.org" wrote : Look at the urlBase attribute on m:message
|
| file:///media/disk2/pmuir/workspace/jboss-seam-2.0.0.BETA1/doc/reference/en/html/mail.html#mail.tags
|
| I just made a fix that should actually make this work in async methods :)
Thanks for your quick response. I'm using 1.2.1GA so probably I will have to wait for the next release then.
I'm trying a workaround of passing the baseURL as a parameter to the asynchronous method and if that works I'm good for now.
Thanks again.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058964#4058964
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058964