Question - For a single Struts application, can we have multiple struts-config.xml files?
Answer -
We can have any number of Struts-config.xml files for a single application.
We need following configurations for this:
action
org.apache.struts.action.ActionServlet
/WEB-INF/struts-config.xml
/WEB-INF/struts-config_user.xml
/WEB-INF/struts-config_admin.xml
.............
.............