http://struts.apache.org/2.2.3/docs/how-can-we-force-the-action-mappings-strutsxml-to-reload.html
According to the link above struts should reload config changes automatically when in devMode. I have config files that are included in the struts.xml file. ( <include file="common/common-struts.xml" />) If I make a change to the config file (say change the method param for an action tag), struts does not pick up the change. Any ideas here? Thanks. Mitch

