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..
looks like your file placed in some package inside your
srcfolderalso make sure the file called
Messages.propertiesb.t.w are you aware that
Messages.propertiesfile will allow you to override your validators error messages?Also, take a look at this nice tutorial JSF 2 message and messages example