I am new to JSF an was trying out this piece of code.. This is my faces-config.xml:
<application>
<resource-bundle>
<base-name>messages</base-name>
<var>msg</var>
</resource-bundle>
</application>
messages is a file that stores a few properties and messages file is not placed under any directory, it is placed directly under the application. Why cant i access this file? Thank you in advance.. please do let me know if you need any additional information..
/WEB-INF/classes
– jmjmessages.properties
? – beny23