当前位置: 代码迷 >> J2EE >> struts2的拦截器invocation.invoke()旁边有红叉 提示异常为invocation cannot be resolved
  详细解决方案

struts2的拦截器invocation.invoke()旁边有红叉 提示异常为invocation cannot be resolved

热度:532   发布时间:2016-04-21 23:12:33.0
struts2的拦截器invocation.invoke()旁边有红叉 提示错误为invocation cannot be resolved;
我的拦截器是这样写的:


但是invocation.invoke()旁边有红叉,提示错误为:invocation cannot be resolved

我jar包如下:


到底是什么原因呢?
struts2, invocation.invoke(), cannot?be?resolved

------解决方案--------------------
楼主你太有才了吧 
那个invocation  是传来的参数 actionInvocation 你看看你自己的是什么 
------解决方案--------------------
楼上说的对,invocation.invoke()改为arg0.invoke()
  相关解决方案