You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Phil Maher <pm...@h5technologies.com> on 2001/07/12 21:26:26 UTC

Imbedding tags in a tag

Hi,

I've having the problem of embedding tags in a <html:img> tag. 
For example, If I have the line:

<html:img src="images/Header.jpg" ALT="<bean:message
key="project.nsync.Header.alt"/>" />

Where the below is in ApplicationResources.properties: 

project.nsync.Header.alt=Welcome Header Logo

Does anyone know how to do this?