目前我们正在使用 Struts1,我们希望将 struts2(convention+annotation) 用于传入的项目。
我在 Struts2 中遇到了关于 Struts1 中消息资源的问题,我们使用了在 Struts1MessageResourceFactory
中配置的自定义struts-config.xml
<message-resource factory="" param="">
我们使用<bean:message>
struts1 中的标签来调用消息。
我在struts2中找不到一个好方法
有什么建议吗?