I've searched but to no avail. I'm getting this error in my console when running my JSF application.
I'm trying to add a basic messages.properties file to my calculator app, working from a tutorial. The tutorial says to "If you are using Eclipse Java EE, be sure to add resources/messages.properties as a source folder."
Is this in the build path of the application? because I've tried that and it doesn't work.
File path of my properties file: ProjectName/WebContent/resources/messages.properties
How I reference the properties file in my faces-config.xml:
<application>
<message-bundle>/JavaServerFaces/WebContent/resources/messages</message-bundle>
</application>
Filepath of my faces-config.xml: ProjectName/WebContent/WEB-INF/faces-config.xml