2010/7/6 赵顺 <cnjoy...@gmail.com>: > there must be a default isELIgnored flag for tag files > once I used > <%@ tag > import="org.apache.commons.beanutils.BeanUtils" > pageEncoding="UTF-8" > description="" isELIgnored="false" %> > in my tag files > and tomcat 6.0.26 says > > org.apache.jasper.JasperException: /WEB-INF/tags/jet/grid.tag(26,1) > Tag directive: illegal to have multiple occurrences of isELIgnored > with different values (old: true, new: false) >
I cannot reproduce this in 6.0.28, unless I explicitly add two conflicting <%...@tag %> directives in the same tag file. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org