java.util.MissingResourceException: Can't find bundle for base name messages, locale en_US
问题 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.. 回答1: looks like your file placed in