作业帮 > 综合 > 作业

struts2 的action获取aaa值出现警告:Parameter [aaa] is not on the excl

来源:学生作业帮 编辑:百度作业网作业帮 分类:综合作业 时间:2024/07/14 14:08:22
struts2 的action获取aaa值出现警告:Parameter [aaa] is not on the excludeParams list of patterns and will be appended to action!
jsp页面有个 ,action里面的私有变量和set\get方法都写了没有问题.
在action方法中可以得到aaa的取值,但是旧是报了这个警告,这是为什么.测试了一下action不适用该值也是会报.
struts2 的action获取aaa值出现警告:Parameter [aaa] is not on the excl
这个是struts2的BUG最新版已经修正了 只在DEBUG模式会有 不会有影响的