I'm using a mixture of JSP views and Xslt Views and need to support i18n throughout (meaning I can't simply use the spring:message tag).
Is there a way to use ResourceBundleMessageSource to allow me to call resolveCode() directly. This would let me use the same message.properties files across all my views.
Many thanks


Reply With Quote