标签:缺省 nbsp 自定义 val 注意 blog efault 否则 自定义拦截器
拦截器(Interceptor)中的invocation.invoke()是什么意思?
最佳答案:
如何使用struts2拦截器,或者自定义拦截器。特别注意,在使用拦截器的时候,在Action里面必须最后一定要引用struts2自带的拦截器缺省堆栈defaultStack,如下(这里我是引用了struts2自带的checkbox拦截器):
<interceptor-ref name="checkbox">
<param name="uncheckedValue">0</param>
</interceptor-ref>
<interceptor-ref name="defaultStack"/>
(必须加,否则出错)
转载出处:http://blog.csdn.net/cruise_h/article/details/10004407
拦截器(Interceptor)中的invocation.invoke()是什么意思?
标签:缺省 nbsp 自定义 val 注意 blog efault 否则 自定义拦截器
原文地址:http://www.cnblogs.com/wym789/p/6368498.html