I want to be able to have spaces in my message bundle keys because it is easier to convert existing text into keys if you dont have to also convert spaces to underscores.
spring message source doesnt seem to like this though. is it possible?
2011-03-30 15:45:56,519 ERROR [org.springframework.web.servlet.tags.MessageTag] - No message found under code 'Invalid username or password' for locale 'en_US'.
javax.servlet.jsp.JspTagException: No message found under code 'Invalid username or password' for locale 'en_US'.
at org.springframework.web.servlet.tags.MessageTag.doStartTagInternal(MessageTag.java:183)