Hi,
i have small problem display the titleKey of the Column tag. my resource bundle is in resource.application,i also setting the message-resource parameter in struts-config.xml.i am using the titleKey like this.
in the displaytag.properties
set: locale.provider=org.displaytag.localization.I18nStrutsAdapter
(the default = I18JstlAdapter)
displaytag will use the Struts.properties
titleKey="sample.name"
I dont know if it is also working with bundle..
Peter
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
i have small problem display the titleKey of the Column tag. my resource bundle is in resource.application,i also setting the message-resource parameter in struts-config.xml.i am using the titleKey like this.
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
.......
<display:column property="name" titleKey="<bean:message bundle='resource.application' key='sample.name'/>"/>
but,it is taking the property value
help me how to using the bean tag in titlekey?
Srinivas
set: locale.provider=org.displaytag.localization.I18nStrutsAdapter
(the default = I18JstlAdapter)
displaytag will use the Struts.properties
I dont know if it is also working with bundle..
Peter