PDA

View Full Version : Spring equivalent of bean:message


gezhall
Dec 6th, 2007, 05:52 AM
Hello,

is there a spring taglib equivalent of the rather useful struts tag?

<bean:message key="my.message" />

Thanks.

Marten Deinum
Dec 6th, 2007, 06:30 AM
how about

<spring:message key="my.message"/>

gezhall
Dec 6th, 2007, 06:42 AM
Close... the attribute 'key' is not valid.

This works...

<spring:message code="my.message"/>

:)

Marten Deinum
Dec 6th, 2007, 06:47 AM
I shouldn´t copy & paste :).