Add the following into displaytag.properties
locale.resolver=org.displaytag.localization.I18nStrutsAdapter
Retrieve Locale via Struts
Retrieve Locale via Struts
locale.provider=org.displaytag.localization.I18nStrutsAdapter
Use struts I18N function
In your JSP, you can
<display:column titleKey="messagekey.from.struts"...
博客介绍了在displaytag.properties中添加配置locale.provider=org.displaytag.localization.I18nStrutsAdapter,以使用Struts的I18N功能,还提及在JSP中可运用该功能。
2898

被折叠的 条评论
为什么被折叠?



