RE: how to replace bean:message key... in a JSTL tag attribute ?

2003-09-23 Thread Karr, David
You can use fmt:message and specify a var attribute to put the result into a scoped variable. Note that part of the setup for the fmt tag library is setting the javax.servlet.jsp.jstl.fmt.localizationContext context parameter to the class name of your properties file (normally just the base

Re: how to replace bean:message key... in a JSTL tag attribute ?

2003-09-23 Thread James Mitchell
Like this. bean:define id=someValue bean:message key=labels.global.something/ /bean:define c:out value=${someValue}/ -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 770.822.3359 AIM:jmitchtx - Original Message - From: Dom [EMAIL PROTECTED]