Hello,
What's not quite clear to me either is the fact if we still need to write the following in our faces-config.xml or not?
This would imply that we need to configure twice (one for swf and one for jsf) a resource bundle? Am I correct?Code:<property-resolver>org.edoframework.faces.MessageSourcePropertyResolver</property-resolver> <message-bundle>i18n.applicationResources</message-bundle> <locale-config> <default-locale>nl-BE</default-locale> <supported-locale>nl-BE</supported-locale> <supported-locale>en</supported-locale> </locale-config>
Any help greatly appreciated.
Kind regards
Jan


Reply With Quote