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

2003-09-23 Thread Dom
I want to use one of the attributes in ApplicationMessages.properties as an attribute in a JSTL tag. How can I implement it in the jsp only ? Dom - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

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
] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 4:54 PM Subject: how to replace bean:message key... in a JSTL tag attribute ? I want to use one of the attributes in ApplicationMessages.properties as an attribute in a JSTL tag. How can I implement it in the jsp