I am using JSF2.0 and Glassfish v3.
I have a ValidatorMessage.properties file under WEB-INF>Classes folder of my project.
When I make any changes to messages in this file, through my project, its changes are not reflected.
I access this messages through <f:loadBundle var="msg" basename="ValidationMessages"/>
Are there any configurations to be made in Glassfish or my project side?
P.S.-> the same functionality works under Jetty 7.0.0pre3
Please comment if question is not clear..

ResourceBundle? – Jigar Joshi Dec 17 '10 at 8:28