Re: Struts 2 JSF plugin:faces-config.xml null or empty

2007-07-31 Thread Laurie Harper
Note that the warning about 'faces-config.xml null or empty' is a) just a warning -- it's not an error; and b) is just telling you that you don't have a default locale configured in your faces-config.xml -- which is normal if you haven't deployed one. The real problem is elsewhere. You'll need

Struts 2 JSF plugin:faces-config.xml null or empty

2007-07-31 Thread lupus
I am testing show-case jsf plugin in my project: I copy java files and jsp files and struts-jsf files as what the showcase does, and I also add jsf sevlet in web.xml, but there came the error when I deploy the war: it still searches for the face-config.xml, but in the showcase, there is no face-co

Struts 2 JSF plugin:faces-config.xml null or empty

2007-07-31 Thread lupus
I am testing show-case jsf plugin in my project: I copy java files and jsp files and struts-jsf files as what the showcase does, and I also add jsf sevlet in web.xml, but there came the error when I deploy the war: it still searches for the face-config.xml, but in the showcase, there is no face-co