Is it possible to nest a <bean:message> tag within a <bean:write> tag?  I
want to get the format property out of the application.resources file, but I
get an  jsp.error.unterminated.tag error.
 
Here's how I'm trying to do it:
 
<bean:write name="hwa" property="placedOnHWATs" <bean:message
key="date.digit.format"/> />
 
and in the resource file I have:
 
date.digit.format=format="MM/dd/yyyy"
 
 
Thanks.


Reply via email to