Error creating form bean of class...
<form-bean name= "xxxForm " type= "com.xxx.xxx.form.XXXForm " />
formbean的最后是不是有空格.就会出这个错误.
正确的应该是:
<form-bean name= "xxxForm " type= "com.xxx.xxx.form.XXXForm "/>
- 浏览: 674883 次
- 性别:
- 来自: 北京
-
文章分类
- 全部博客 (608)
- Java (125)
- Struts (16)
- Spring (19)
- iBatis (11)
- Hibernate (14)
- Oracle (33)
- Mysql (22)
- JBoss (4)
- JavaScript (46)
- Ajax (9)
- jQuery (5)
- web (25)
- Html (14)
- Exception (26)
- Linux (106)
- Vim (11)
- Python (12)
- ComputerTech (25)
- 文章 (50)
- Maven (20)
- FreeMarker (5)
- Json (0)
- Tomcat (6)
- ActiveMQ (2)
- Test (1)
- Git (5)
- Shell (1)
- 《Java并发编程实践》 (2)
- 产品设计 (1)
- xxx (0)
- diamond (1)
- dubbo (1)
- Raspbian (1)
- IDE (3)
- 并发编程 (1)
最新评论
-
mikzhang:
抱歉,写这篇文章时,博主开发的程序只面对IE浏览器,故没考虑其 ...
JS 中改变confirm默认按钮提示“确定""取消" -
poterliu:
测试过了,发现execScript方法只支持IE浏览器。目前已 ...
JS 中改变confirm默认按钮提示“确定""取消"
发表评论
-
spring_mvc_down_file
2017-04-06 10:12 521@Deprecated @RequestMapping(& ... -
Spring_@Transactional
2016-11-14 10:46 502via: http://www.cnblogs.com/hj ... -
Spring_常用的5种获取spring 中bean的方式
2016-10-11 09:26 533ref: http://blog.sina.com.cn/s ... -
Spring_Jdbc的几种不同用法
2015-11-24 14:00 692via: http://vsp.iteye.com/blog ... -
Spring_@Autowired Vs Java_@Resource 的区别
2015-11-24 10:13 707一、 @Autowired和@Resource都可以用来装 ... -
Spring/Hibernate_应用性能优化的7种方法
2015-10-30 11:24 646via: http://www.csdn.net/artic ... -
Spring_Spring bean 通过实现 InitializingBean ,DisposableBean 接口实现初始化方法和销毁前操作
2015-10-08 16:16 555via: http://blog.csdn.net/topw ... -
Oracle_ojdbc6 使用 报错
2015-06-10 14:29 1069via: http://sd8089730.iteye.c ... -
Spring_<context:component-scan>
2015-05-11 21:09 492via: http://blog.csdn.net/chun ... -
Spring_文件头配置
2014-11-11 11:30 504<?xml version="1.0&quo ... -
It is indirectly referenced from required .class file
2014-08-19 15:30 447via: http://www.blogjava.net/z ... -
Hibernate_a different object with the same identifier value was already associat
2014-07-05 17:03 530via: http://www.blogjava.net/h ... -
Spring_CharacterEncodingFilter(字符集过滤器)
2014-03-20 11:29 814via: http://blog.csdn.net/gelo ... -
Spring_@SuppressWarnings
2014-02-24 16:03 630via: http://blog.sina.com.cn/s ... -
Spring_@Resource
2014-02-24 15:22 489via: http://blog.sina.com.cn/s ... -
Spring_jars
2014-01-09 10:05 741spring.jar中包含除了 spri ... -
Spring_Web_MVC_简介
2014-01-05 14:50 0via: http://jinnianshilongnian ... -
Spring_使用spring的注解式事务管理_事务的传播行为和隔离级别
2013-09-02 17:12 909事物注解方式: @Transact ... -
Connection reset by peer: socket write error
2013-03-14 10:24 864Connection reset by peer: soc ... -
java.sql.SQLException: 索引中丢失 IN 或 OUT 参数
2012-05-07 17:00 2592java.sql.SQLException: 索引中丢失 ...
相关推荐
错误五:org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping' 错误原因:...
Examples of dependency injection ............................................................. 36 Dependencies and configuration in detail ........................................................... ...
Examples of dependency injection ............................................................. 36 Dependencies and configuration in detail ........................................................... ...
By the time the event gets here, the input form data (or HTML form data) has already been translated out of the request stream and into an ActionForm class. Struts, an MVC 2 implementation Struts...
JAVA模版引擎Freemarker常用标签(一) 1. if指令 这是一个典型的分支控制指令,该指令的作用完全类似于Java语言中的if,if指令的语法格式如下: <#if condition>... <#elseif condition>... <#elseif condition>......