javax.servlet.jsp.JspException: Exception creating bean of class com.blur.myStruts.form.productForm: {1}
struts-config.xml配置文件中的<form-bean>没有定义正确,
本次我是写成了这样
<form-bean name="productForm"
type="com.blur.myStruts.form.productForm" />
struts-config.xml配置文件中的<form-bean>没有定义正确,
本次我是写成了这样
<form-bean name="productForm"
type="com.blur.myStruts.form.productForm" />