<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贡献1864条经验 获得超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么?
添加回答
举报
0/150
提交
取消