此乃本人大二精品系列,请学习的朋友们酌情使用
<action
attribute="proshowForm" name="proshowForm"
path="/sunlei_ws/deletepro" scope="request"
type="com.sunlei.struts.action.DeleteproAction"> <set-property property="cancellable" value="true" /> <forward
name="sl_mainback"
path="/sunlei_ws/sl_mainback.do" /> <forward name="fail"
path="/sunlei_ws/fail.jsp" /> </action> <action
attribute="proshowForm" input="/sunlei_index.jsp" name="proshowForm" path="/search" scope="request"
type="com.sunlei.struts.action.SearchAction">
<set-property property="cancellable" value="true" /> <forward
name="sl_search"
path="/sunlei_ws/sl_searchpage.jsp" /> <forward name="fail"
path="/sunlei_ws/fail.jsp" /> </action> <action
attribute="proshowForm" name="proshowForm"
path="/sunlei_ws/frontshow" scope="request"
type="com.sunlei.struts.action.FrontshowAction"> <set-property property="cancellable" value="true" />
<forward name="sl_showpro" path="/sunlei_ws/sl_showpro.jsp" /> </action> <action
attribute="ulogForm"