摘要: 1.在默认情况下,Servlet 2.3 /JSP1.2是不支持EL表达式的,而Servlet 2.4 / JSP 2.0支持。 servlets 2.4这个版本的isELIgnored默认设置为false。所以使用web.xml里用web-app_2_4.xsd声明的时候在JSP页面不用特意声明。... 阅读全文
posted @ 2015-02-04 16:39 xue780599725 阅读(1775) 评论(0) 推荐(0)
摘要: 一般稍不小心就会出现下面的错误: the absolute uri:http://java.sun.com/jstl/core cannot be resolved.一个例子如:http://stackoverflow.com/questions/4928271/jstl-1-2-the-abso... 阅读全文
posted @ 2015-02-04 16:38 xue780599725 阅读(181) 评论(0) 推荐(0)