开发者社区 问答 正文

javax.servlet.jsp.JspException错误的原因有什么?-java报错

javax.servlet.jsp.JspException: Exception creating bean of class org.apache.struts.action.ActionForm: {1}

展开
收起
montos 2020-05-26 17:33:07 888 分享 版权
1 条回答
写回答
取消 提交回答
  • "Instantiating Struts-provided ActionForm class directly instead of instantiating a class derived off ActionForm. This mightoccur implicitly if you specify that a form-bean is this Struts ActionForm class rather than specifying a child of this classfor the form-bean.

    Not associating an ActionForm-descended class with an action can also lead to this error."

    2020-05-26 20:27:19
    赞同 展开评论
问答分类:
问答地址: