1. 程式人生 > >jstl c標籤 ”test does not support runtime expressions“

jstl c標籤 ”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" %>