Multiple Message Resources Files

2011-12-27 Thread Maithily
Hi All, I am facing the following problem with the struts message resources files - - Our application has many functional modules and each module a struts config file and message resources file. - Common message resources are bundled in a single file - say "Commonresources.properties" - Mistakenl

Problem With Struts 2.3.1 and Testing Struts Portlet

2011-12-27 Thread bphill...@ku.edu
I'm upgrading a Struts 2 portlet application from 2.2.3.1 to 2.3.1. A test of my Action class that extends StrutsSpringTestCase that passed when using 2.2.3.1 now fails when using version 2.3.1. I've created a simple Struts 2 portlet example application to demonstrate the issue. You can download