Hi I need to be able to accomplish the following: <bean:message key='banneradtag' arg0='???' />
The part above with the ??? needs to be retrieved also from my message resources. So what I need to do is something like: <bean:message key='banneradtag' arg0='<bean:message key='<%=article.getChannel()%>'/>' /> The key is retrieved from a property in a bean thus: <%=article.getChannel()%> Can anyone tell me if there's a way to accomplish the above. Thanks in advance ********************************************** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED] AOL Instant Messenger: [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

