usage of loadBundle
Hi i am new to JSF...i just downloaded a small JSF example and am trying to understand it -
we have the line here :
<f:loadBundle basename="game.messages" var="msg"/>
how does the basename try to access the message.properties file..which is located in -> WEB-INF\classes\game
how do i change the path of this file..?
Thanks

