with a ForwardAction type to forward it to another JSP file

with a ForwardAction type to forward it to another JSP file.action-mappings actionpath/Welcome

with a ForwardAction type to forward it to another JSP file.
<action-mappings>

<action
path="/Welcome"
type="org.apache.struts.actions.ForwardAction"
parameter="/pages/Welcome.jsp"/>

</action-mappings>



注:本内容来自 http://www.mkyong.com/