这是我引入的标签
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
这是我Action中的代码
this.getRequest().getSession().setAttribute("person", person);
this.getRequest().getSession().setAttribute("David", "David");
这是我页面的代码
<c:out value='${person.name}></c:out> //person是一个类
<c:out value='${David}></c:out>
为什么,页面取不到 person那个类的值。
慕婉清6462132
慕无忌1623718
慕侠2389804
胡子哥哥
慕雪6442864
相关分类