RE: [S1]: Resource configuration.

2009-03-25 Thread Givler, Eric
AM To: user@struts.apache.org Subject: [S1]: Resource configuration. I'm maintaining a legacy Struts 1.1 application that defines multiple resource (.properties) files per key in struts-config.xml using a comma-delimited list like this: This has worked fine for years (all resource

[S1]: Resource configuration.

2009-03-23 Thread MassimoH
I'm maintaining a legacy Struts 1.1 application that defines multiple resource (.properties) files per key in struts-config.xml using a comma-delimited list like this: This has worked fine for years (all resource files get loaded), however after I've redone the build to use Maven/Jetty, this