heisetoufa 发表于 2013-2-7 20:50:54

Error creating form bean of class ChargeStatForm

struts-config.xml配置文件中的<form-bean>没有定义正确,

本次我是写成了这样

   <form-bean name="ChargeStatPageForm" type="ChargeStatPageForm" />
正确的是

   <form-bean name="ChargeStatPageForm" type="struts.form.ChargeStatPageForm" />

黑色头发http://heisetoufa.iteye.com
页: [1]
查看完整版本: Error creating form bean of class ChargeStatForm