Exception creating bean of class org.apache.struts.action.ActionForm: {1} 
 
异常 
 javax.servlet.jsp.JspException: Exception creating bean of class org.apache.struts.action.ActionForm: {1} 
 
可能原因 
 Instantiating Struts-provided ActionForm class directly instead of instantiating a class derived off ActionForm. This might occur implicitly if you specify that a form-bean is this Struts ActionForm class rather than specifying a child of this class for the form-bean. 
 
Not associating an ActionForm-descended class with an action can also lead to this error. 
 
who can help me to explain it?