在struts2中的action元素等效输入属性

时间:2017-02-23 08:43:53

标签: struts2 migration struts1

Struts2中action元素的输入属性的等价物是什么?

<action
     path="/testAction"
     type="com.test.TestAction"
     name="test"
     scope="request"
     input="/pages/test.jsp">
     <forward name="success" path="/test.do"/>
     <forward name="error" path="/pages/welcome.jsp"/>
  </action>

0 个答案:

没有答案