Shortly after posting I discovered the solution...
Turns out that prior to migrating to Spring, Struts was handling this for us in org.apache.struts.util.MessageResources#getMessage(), and wasn't...
Type: Posts; User: dugdawyer; Keyword(s):
Shortly after posting I discovered the solution...
Turns out that prior to migrating to Spring, Struts was handling this for us in org.apache.struts.util.MessageResources#getMessage(), and wasn't...
I'm experiencing some strange behavior when fetching messages with apostrophes surrounding argument usage from a resource bundle using Spring's ResourceBundleMessageSource. Specifically, the...
I am experiencing a similar problem. Were you able to find a solution?