jstl标签c:set使用的问题
<%@ page contentType="text/html; charset=utf-8"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <c:set var="a" value="b" /> <c:set var="${a}" value="c" /> ${b}
请问用 ${b} 取到的值是什么?
使用resin-3.1.4服务器,获取的值为空;使用tomcat6.0则报错: According to TLD or attribute directive in tag file, attribute var does not accept any expressions
RErush
11 years, 6 months ago