这个问题我也问过,目前没有好的解决方法。spring要求拦截的对象是个实例,但是用spring整合struts返回的都是代理类,会报这种错。
org.springframework.beans.factory.BeanNotOfRequiredTypeException:   Bean   named   '/classManage'   must   be   of   type   [org.apache.struts.action.Action],   but   was   actually   of   type   [$Proxy0] 
暂时的解决方法见http://topic.csdn.net/u/20071227/05/875b86c2-54f1-4391-b581-98fd6f49d7e9.html