<action-mappings>
<action path="/simple_view"
type="sample.ac.SimpleAction"
name="SimpleForm"
scope="session"
validate="true"
input="/jsp/ac/simple_input.jsp">
<forward
name="success"
path="/switch_action.do?prefix=/module2&page=/do/next_action"/>
<forward
name="change"
path="/simple_change_view.do" />
</action>
<action path="/switch_action"
type="org.apache.struts.actions.SwitchAction">
</action>
</action-mappings>
|