<global-results>标签来定义全局的<result>
<global-results>
<result name="error">/Error.jsp</result> <!-- Action.ERROR -->
<result name="invalid.token">/Error.jsp</result>
<result name="login" type="redirectAction">Logon!input</result>
</global-results>
有很多时候一个<result>可供很多<action>使用,这时可以使用<global-results>标签来定义全局的<result>。
执行顺序:当一个Action返回的String没有相应的<result>与之对应,Struts2就会查找全局的<result>。