2015-02-18 18:22 GMT+03:00 배효진(Ken) <yaksa...@gmail.com>: > Hello! > > Im not sure, whether this error is related or not. > I test 8.0.18, and similar exception occured. > > In my case, there was no problem in JSP, with <%@ page import="static > test.Test.*" %> > but, exception was occured in tag file, with <%@ tag import="static > test.Test.*" %>
Your import is invalid. Read the specification. JSP spec does not support static imports via import attributes of page or tag directives. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org