According to TLD or attribute directive in tag file, attribute value does not accept any expressions异常原因及解决方法
在应用部署运行的时候出现JSP异常: According to TLD or attribute directive in tag file, attribute valuedoesnotacceptanyexpressions发生在使用JSTL库的候,可能是因为使用了JSP2.0版本,同时又没有使用JSTLcore库的备用版本(RT库),以下有两种处理方法: 1.修改web.xml.改为