按照教程写的,运行的时候显示There is no Action mapped for namespace [/] and action name [login!method1] associated with context path [/MethodInterceptorDemo],后来发现是教程里struts2的版本是默认开启的,但是我用的版本默认是关闭的,所以在struts.xml中添加<constant name="struts.enable.DynamicMethodInvocation" value="true" />即可
相关文章
- Struts2中Action接收参数的方法
- struts2 Action中获取request, response对象的 几种 方法
- Struts2——如果我调用Action-Bean1,我怎么能调用一个方法呢?
- Struts2之前台表单传值到后台Action方法总结
- struts2学习笔记之八:Action中方法的动态调用
- struts2 提交表单后,不走action中的方法,直接返回input
- Struts2之action 之 感叹号 ! 动态方法调用
- Struts2实现对action请求对象的拦截操作方法
- 详解Struts2中配置默认Action的方法
- struts2中的jsp值传到后台action接收的三种方法