日期:2014-05-16  浏览次数:20344 次

用JSTL时出现According to TLD or attribute directive in tag file...异常

该异常:According to TLD or attribute directive in tag file, attribute value does not accept any expressions

是由于引用的JSTL库不正确造成的,我相信多数人是在Apache上下载的JSTL吧?
相信我,还是到Sun的站点https://jstl.dev.java.net/中去下载吧,这样就不必修改什么web.xml或者将标签引用改成rt的了。