最新回答 / 不知路
补充一下,这个报错刚碰到,是struts配置文件中action标签内的class名称和spring配置文件中的bean id不一致
最新回答 / qq_絵空事_1
右键新建File,命名为log4j.properties。复制:# Configure logging for testing: optionally with log filelog4j.rootLogger=WARN, stdout# log4j.rootLogger=WARN, stdout, logfilelog4j.appender.stdout=org.apache.log4j.ConsoleAppenderlog4j.appender.stdout.layout=org.apache.log...
2018-03-04
最新回答 / ygftengma
同问,也是这个错误,
最新回答 / Jerry__Liang
Did you mean 'adao'?你的类里面取名是这个,而你想用addDao,所以报错了,你检查一下你的名称是否一致,我的之前也报这个错误,原因就是多了个空格,真的严格--,希望对你有帮助
最赞回答 / 请叫我玉米
试试吧sessionFactory的class换成org.springframework.orm.hibernate3.LocalSessionFactoryBean。
最新回答 / 极道漫漫
https://repo.spring.io/libs-release-local/org/springframework/spring/5.0.2.RELEASE/spring-framework-5.0.2.RELEASE-dist.zip
2018-01-19
最新回答 / 慕村6019880
struts , hibernate , spring 都可以直接在网上搜索的如:http://struts.apache.org/download.cgi 这个就是struts2 下载网址, 你可以选择版本
2017-12-16
最新回答 / 慕粉2213397909
返回“SUCCESS":表示进行业务处理成功时返回该字符串,同时也是execute()方法默认返回的字符串,如果不成功,则返回"ERROR"字符串,或者其他自定义字符串,这些字符串是用来在struts配置action时用到
2017-12-16