Please respond to me at [EMAIL PROTECTED] as I am not subscribed to this
list.  Thanks.

Is it possible to get the alt value of an <html:img> element from the
message bean?  For instance:

<html:img src="<%=staticPathCommon%>/images/required.gif" width="10"
            height="12" align="absmiddle" alt="<bean:message
key="required.image.alt"/>" />


----- Original Message -----
From: "Matt Raible" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 26, 2001 7:08 AM
Subject: Dynamic Value (Scriptlet) in ApplicationResources.properties


> Please respond to me at [EMAIL PROTECTED] as I am not subscribed to
this
> list.  Thanks.
>
>
> Is it possible to place a dynamic element in my
> ApplicationResources.properties?
>
> For instance,
>
> required.image = <img src="<%=staticPathCommon%>/images/required.gif"
> width="10" height="12" align="absmiddle">
>
> In my jsp page, I try to get this value using <bean:message
> key="required.image"/>, but the value comes back as
>
> <img src="<%=staticPathCommon%>/images/required.gif" width="10"
height="12"
> align="absmiddle">
>
> If this is not possible, how do I make the tag below work with a scriplet
> value?  Right now, I get an error trying to parse it.
>
> <html:img src="<%=staticPathCommon%>/images/required.gif" width="10"
>            height="12" align="absmiddle" alt="Required Field Image" />
>
>
>


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

Reply via email to