一个action只能转向一个页面,你可以在该页面用iframe或者frameset再指向你需要显示的页面,如
<frameset rows="120,100%,27" cols="*" frameborder="NO" border="0" framespacing="0" name=topset ><!--页头-->
<frame src="personIndexAction!headerindex.action" name="header" frameborder="no" scrolling="NO" noresize marginwidth="0" marginheight="0" id="header" >
<frameset id=fmain style="corsor: auto" border=0 name=fmain frameSpacing=0 frameBorder=no cols="193,*">
<!--页左-->
<frame src="personIndexAction!leftindex.action" name=leftFrame scrolling="yes" noResize marginWidth=0 marginHeight=0 id="Navigation Area">
<frame id=body name=mainFrame marginWidth=0
marginHeight=0 src="archives/archiveQuery/secSearchInput.jsp" noResize>
</frameset>
<frame src="bottom.jsp" name="bottom" frameborder="no" scrolling="NO" noresize marginwidth="0" marginheight="0" id="bottom" >
</frameset>
不知道这个能不能满足你的需求