tomcat5.5中jstl和el表达式不显问题解决办法!!!

时间:2022-09-07 12:32:33
可能是你的web.xml
<web-app version="2.4"  
xmlns="http://java.sun.com/xml/ns/j2ee"  
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee  
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
你的版本是不是version="2.5"啊,如果是就把上面的配置有2.5的地方都改为2.4