Hello,
is there a spring taglib equivalent of the rather useful struts tag?
<bean:message key="my.message" />
Thanks.
Hello,
is there a spring taglib equivalent of the rather useful struts tag?
<bean:message key="my.message" />
Thanks.
how about
Code:<spring:message key="my.message"/>
Marten Deinum
Java Consultant / Pragmatist / Open Source Enthousiast / Author
Pro Spring MVC: With Web Flow
Conspect
Have you read the reference guide.
Use the [ code ] tags, young padawan
Close... the attribute 'key' is not valid.
This works...
<spring:message code="my.message"/>
![]()
I shouldn´t copy & paste.
Marten Deinum
Java Consultant / Pragmatist / Open Source Enthousiast / Author
Pro Spring MVC: With Web Flow
Conspect
Have you read the reference guide.
Use the [ code ] tags, young padawan