Hi,
I am receiving following error message when I configurated my
application to use myface implementation 1.1.1.
INFO: Reading config /WEB-INF/faces-config.xml
Feb 2, 2006 5:53:05 AM org.apache.myfaces.util.LocaleUtils toLocale
SEVERE: Locale name null or empty, ignoring
Same error message appear in tomcat 5.5.9 and oc4j.
What entry it is expecting in faces-config.xml.
web.xml entry
<context-param>
<param-name>javax.faces.CONFIG_FILES</param-name>
<param-value>
/WEB-INF/faces-config.xml
</param-value>
</context-param>
Thanks, Yogesh