我最近在编写基于Struts的程序的时候,运行一个jsp文件: exception javax.servlet.ServletException: Exception creating bean of class de.laliluna.library.struts.form.CustomerEditForm: {1} root cause javax.servlet.jsp.JspException: Exception creating bean of class de.laliluna.library.struts.form.CustomerEditForm: {1} 我用Goolge搜索,也看到很多人遇到,但是找不到解决的办法。我的代码的编写经过很仔细的检查,应该没有问题的,不知那位大侠遇到过?恳请指教! |
|
de.laliluna.library.struts.form.CustomerEditForm
这个类绝对有的,真是没有搞懂什么回事了。 |
|
整了一个下午,终于知道为什么了:
这些代码是根据struts-hibernate-integration-tutorial这个教程实现的源代码写成的,其中de.laliluna.library.struts.form.CustomerEditForm这个类的代码有错误: //Created by MyEclipse Struts //XSL source (default): platform:/plugin/com.genuitec.eclipse.cross.easystruts.eclipse_3.8.2/xslt/JavaClass.xsl package de.laliluna.library.struts.form; import javax.servlet.http.HttpServletRequest; import org.apache.struts.action.ActionForm; import de.laliluna.library.Customer; /** private Customer customer; /** /** customer = new Customer(); } /* /** /** /** /** /* /** /** /** /** /* |
|
100分 |
你自己解决了,不就没人来要分了吗?
欢迎到这里支持一下:http://www.javawebstudio.com/ |
帮你顶,我来接吧
本网站和论坛由JavaWebStudio开发组织提供技术支持 webmaster@javawebstudio.com 2004年12月1日启用 论坛还可以 |