Hi everyone,
I'm writing a webapp (but I suppose that my problem can also be usefull in other apps) who use MessageSources.
But when the MessageSource (org.springframework.context.support.ResourceBundle MessageSource in this case) throw an org.springframework.context.NoSuchMessageException when a key isn't found.
Is it a way to return a default message like "??"+key+"??" instead of thowing an exception ?
Of course, I can override the MessageSource but If Spring has already a solution that's better.
Thanks


Reply With Quote
