Thank you for your comment. I read JSP spec and, I realized there was no mention about static import. Then Im not sure, I would consider that the behavior of previous version of tomcat which supported static import, was non-standard JSP spec.
2015-02-19 2:43 GMT+09:00 Konstantin Kolinko <knst.koli...@gmail.com>: > 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 > >