使用struts版本1.x(在Page1.jsp中):
<html:link action="/action">
然后在struts-config.xml中:
<action path="/action" forward="{path to }Page2.jsp"/>
使用struts版本1.x(在Page1.jsp中):
<html:link action="/action">
然后在struts-config.xml中:
<action path="/action" forward="{path to }Page2.jsp"/>