I'm creating a modular JSF 2.0 application and each of the modules has their own faces-config and the facelet pages. These modules are packaged into JAR and consumed in a master JSF2 application. Everything works fine but the resource bundles defined in each of the faces-config files are not resolved at the runtime. Not resolved means the respective text is not displayed in the pages. I refer to the message as <h:outputText value="#{msg['message1']}" />
how do I make it work?