jsp踩坑-jsp中test does not support runtime expressions

将jstl 的uri

<%@ taglib prefix=”c” uri=”http://java.sun.com/jstl/core” %>(没有jsp)

换为:

<%@ taglib prefix=”c” uri=”http://java.sun.com/jsp/jstl/core” %>

0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments