Hi All,
I"m trying to understand why in my Tiles layout page the following code renders the string from my properties file:
<meta name="owner" content="<%= org.apache.struts.util.RequestUtils.message(pageContext, pagesBundleKey, localeStr, ownerMeta) %>" />
However, the following use of the <bean:message> tag does NOT render the string from the properties file:
<meta name="owner" content="<bean:message bundle='<%=pagesBundleKey%>' key='<%=ownerMeta %>'/>" />
Any thoughts on tihs are much appreciated.
Marcella
_________________________________________________________________
Stop worrying about overloading your inbox - get MSN Hotmail Extra Storage! http://join.msn.click-url.com/go/onm00200362ave/direct/01/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]