在使用JSTL的时候不要把jsp文件命名为jstl.jsp,会提示错误

在使用JSTL的时候不要把jsp文件命名为jstl.jsp,会提示错误

type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: java.lang.NoClassDefFoundError: org/apache/jsp/jstl_jsp (wrong name: org/apache/jsp/JSTL_jsp)

	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:274)

	javax.servlet.http.HttpServlet.service(HttpServlet.java:803)






更多请参见我的网站: Handan Daily

你可能感兴趣的:(jstl)