MessageSource.getMessage() lets me lookup a message. Is there a way to enumerate all messages that can be looked up using a given message source for a given locale? thanks - Murali. ...
Hi , I am try to define some statistic message into the messages.properties. is it possible get the message by key via ReloadableResourceBundleMessageSource from java class e.g. controller/action Thanks in advance. ...