On 4/23/07, piloupy GOTTAPIL <[EMAIL PROTECTED]> wrote:
Hi,

I'd like to do something like this in a JSP file :

<html-el:link href="${contact.mail}">Email Link</html-el:link>

where contact.mail is a key from my MessageResources.properties.

I think the solution is quite simple, but I can't find how to do.

How about..

<bean:define id="foo"><bean:message key="contact.mail"/></bean:define>
<html-el:link href="${foo}">Email Link</html-el:link>

Niall

Thanks in advance,

piloupy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to