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