jstl According to TLD or attribute directive in tag file
应用部署运行的时候出现JSP异常,发生在使用JSTL库的时候:AccordingtoTLDorattributedirectiveintagfile,attributevaluedoesnotacceptanyexpressions,可能是因为使用了JSP2.0版本,同时又没有使用JSTLcore库的备用版本(RT库),以下有两种处理方法:1.修改web.xml.改为2.3版本的2.使用JSTLc