Using sp:message tag and MessageFormat in resource bundle Hello, I'm using sp:message tag in my jsp to present a internationalizated date format to the user. I mean, the date format that ...
As suggested in in the other thread answering the same/similair question, read chapter 3.8.2 and the web chapter of the reference guide... However a aconcrete answer no you cannot...
Can't find bundle for base name classpath:message Hi I am having trouble in getting the resource bundle getting picked up by my app. Here are the configs setting: *-servlet.xml <!-- Message ...</p>
message source You can just write your own version of the MessageSource interface. What I did was configure a 'default' messageSource called 'defaultMessageSource' and you inject that into your own class ...