I have a Spring MVC webapp that used messages_xx.properties files. I am currently using
<fmt:message key="all.header.menu.items.start"/>
in my files. I just saw another tutorial recommending
<spring:message code="all.header.menu.items.start"/>
Can anyone tell the difference? What are PROs and CONs?
Thank!
source
share