<interceptors> <interceptor name="logInterceptor" class="com.interceptor.inter.LogInterceptor"></interceptor> <!-- <interceptor-stack name="abstack"> <interceptor-ref name="logInterceptor"></interceptor-ref> <interceptor-ref name="defaultStack"></interceptor-ref> </interceptor-stack>--> </interceptors> <global-results> <result name="login">/index.jsp</result> </global-results> <action name="login" class="com.login.action.LoginAction"> <result name="suce">/success.jsp</result> <result name="fase">/error.jsp</result> </action> <action name="sec"> <!-- <interceptor-ref name="abstack"></interceptor-ref>--> <interceptor-ref name="logInterceptor"></interceptor-ref> <interceptor-ref name="defaultStack"></interceptor-ref> <result>/WEB-INF/admin/sec.jsp</result> </action>
2 回答

慕尼黑的夜晚無繁華
TA貢獻(xiàn)1864條經(jīng)驗(yàn) 獲得超6個贊
<action name="sec">
<!-- <interceptor-ref name="abstack"></interceptor-ref>-->
<interceptor-ref name="logInterceptor"></interceptor-ref>
<interceptor-ref name="defaultStack"></interceptor-ref>
<result>/WEB-INF/admin/sec.jsp</result>
</action>
這個action么?
添加回答
舉報(bào)
0/150
提交
取消