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>