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

[369 byte] By [@developer@a] at [2007-11-27 5:54:40]
# 1

your messages.properties file should be in source folder. you can put your messages.properties file into other directory but you must change the value of basename

(e.g. {yourProject}\{yourSourceFolder}\test\messages.properties then you should have: f:loadBundle basename="test.messages" var="msg"/>

naekoa at 2007-7-12 15:49:23 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...