问题描述
- 功能无法正常显示,在别的电脑可以正常显示,是什么原因造成的?
-
严重: Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: /search/app/searchtools/cognation_query.jsp(34,7) According to TLD or attribute directive in tag file, attribute list does not accept any expressions2015-4-28 11:51:55 org.apache.catalina.core.ApplicationDispatcher invoke
严重: Servlet.service() for servlet jsp threw exception
java.lang.ClassNotFoundException: org.apache.jsp.search.app.searchtools.cognation_005fquery_jsp2015-04-28 11:51:55 >> ERROR >> org.apache.struts2.components.ActionComponent.executeAction(ActionComponent.java:259) >> Could not execute action: /search/showCognationInfoAC!forwardPage
org.apache.jasper.JasperException: org.apache.jasper.JasperException: org.apache.jasper.JasperException: Unable to load class for JSP
解决方案
cognation__query.jsp(34,7) 你的这个页面的 34行的报错,报错的原因应该是缺少JAR包。或者项目环境不匹配
时间: 2024-09-13 09:46:45