环境:Spring4+Struts2+mybatis
报错信息:defined for 'copyrightMasterAction_searchContentList' in namespace '/'cmAction - action
真的是难受,怎么都发现没问题,就很奇怪。后来索性在applicaiton-config直接手动创建该对象。
检查过Struts2的配置,前端的请求,以及对应的action所有注入问题。
<!-- 一直扫描不到的bean -->
<bean class="com.besto.macenter.action.CopyrightMasterAction" scope="prototype">
</bean>
标签:cmAction,copyrightMasterAction,defined,Spring,扫描,action,Struts2,报错,某个
From: https://blog.51cto.com/u_12895411/8096061