首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > Ruby Rails >

Error creating form bean of class.

2012-10-31 
Error creating form bean of class...Error creating form bean of class...form-bean?? name xxxForm

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

热点排行