Action:
1.attribute:用来存form关键字,缺省值和name一样、。
2.validate:用来校验表单控件和ActionForm是否一样 缺省值true
3.input :如果表单校验不通过则跳转到另外一个目标JSP页面,一般是配合validate="true" 来使用。
全局跳转:<global-forward> name="error" path="error.jsp" <global-forward>
Action a --------- error.jsp
Action b --------- error.jsp
Action c --------- error.jsp
多个action跳转到同一个页面就是全局跳转