cannot be resolved or is not a type

  • Post author:
  • Post category:其他




开始学JSP经常遇到这种情况,,,,不过总结了下…是因为自己写的类里面(自己封装在JSP页面调用的)有些错误..所以有时就会出现这种错误….比如像下面这个是因为在SQL插入时的insert into ta_name(…..)value()…中少个S….所以以后要在类里面先让他运行下看有没有错….呵呵….

数据库连接成功2007-8-15 0:28:34 org.apache.catalina.core.StandardWrapperValve invoke

严重: Servlet.service() for servlet debugjsp threw exception

org.apache.jasper.JasperException: Unable to compile class for JSP

An error occurred at line: 15 in the jsp file: /leaveWordCheck.jsp

Generated servlet error:

op_leaveWord cannot be resolved or is not a type

An error occurred at line: 15 in the jsp file: /leaveWordCheck.jsp

Generated servlet error:

op_leaveWord cannot be resolved or is not a type

An error occurred at line: 15 in the jsp file: /leaveWordCheck.jsp

Generated servlet error:

leaveWord cannot be resolved or is not a type

An error occurred at line: 15 in the jsp file: /leaveWordCheck.jsp

Generated servlet error:

leaveWord cannot be resolved or is not a type



版权声明:本文为zhq426原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。