What would be the flow order if I include multiple struts config file in the project
问题 I am using Struts2. Below is my Action Class ( TutorialAction ). public class TutorialAction { public String execute() { System.out.println("Hello from Execute!"); return "failure"; } } I am returning "failure" in execute method of this Action class. Below are my 2 struts config files : ======================== struts.xml ================================ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN" "http:/