How to open One jsp from another through Struts?
For example,
I have 2 JSPs, Page1.jsp & Page2.jsp.
with struts version 1.x ( in Page1.jsp ) :
<html:link action="/action">
then in struts-config.xml :
<action path="/action" forward="{path to }Page2.jsp"/>