Well, this is an old post, but my answer may help, I think ... I personally spent some time doing the poetry that was developed for Tomcat 5.5 for Tomcat 7.
Note. You must specify your ressource file: "ApplicationResources" ...
, , , , :
<message-resources parameter="ApplicationResources" null="false" />
"struts-config.xml".
, : "web.xml":
<context-param>
<param-name>application</param-name>
<param-value>ApplicationResources</param-value>
</context-param>
"servlet".
, , .
- ()?