Hi there
I try to include some properties in a file but in Log message it is showing
Oct 04, 2014 8:18:05 PM org.springframework.context.support.ResourceBundleMessageSource getResourceBundle
WARNING: ResourceBundle [messages] not found for MessageSource: Can't find bundle for base name messages, locale en_US
Oct 04, 2014 8:18:05 PM org.springframework.context.support.ResourceBundleMessageSource getResourceBundle
WARNING: ResourceBundle [messages] not found for MessageSource: Can't find bundle for base name messages, locale en_US
Oct 04, 2014 8:18:05 PM org.springframework.context.support.ResourceBundleMessageSource getResourceBundle
WARNING: ResourceBundle [messages] not found for MessageSource: Can't find bundle for base name messages, locale en_US
this is my bean.xml where I configured my Resource Bundle Message Source
this is my view file where I am accessing properties
and this is my properties file
title=SpringApp
heading=Hello :: SpringApp
greeting=Greetings, it is now
and this is my output
???heading???
???greeting??? Sat Oct 04 20:18:05 IST 2014
Products
Lamp $5.75
Table $75.25
Chair $22.79
and this is my project structure
I want to what should be value in my xml file for this configuration
Thanks