`

Error creating form bean of class...

 
阅读更多

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 "/>

分享到:
评论

相关推荐

    关于springboot我出过的那些错误.docx

    错误五:org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping' 错误原因:...

    spring-framework-reference4.1.4

    Examples of dependency injection ............................................................. 36 Dependencies and configuration in detail ........................................................... ...

    spring-framework-reference-4.1.2

    Examples of dependency injection ............................................................. 36 Dependencies and configuration in detail ........................................................... ...

    外文翻译 stus MVC

    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...

    freemarker总结

    JAVA模版引擎Freemarker常用标签(一) 1. if指令 这是一个典型的分支控制指令,该指令的作用完全类似于Java语言中的if,if指令的语法格式如下: &lt;#if condition&gt;... &lt;#elseif condition&gt;... &lt;#elseif condition&gt;......

Global site tag (gtag.js) - Google Analytics