If I include 2 or more files in my struts config file, only the first file works, not second one. If I swap the order, putting the second file as the first file then it starts working, which means that whatever is in the first position works, and that's it. How can I get it to work?
<include file="../configuration/struts/struts_1.xml"></include>
<include file="../configuration/struts/struts_2.xml"></include>