java代码:
class="java" name="code">request.getSession().setAttribute("xxx", "ooo");
?el表达式取出session中xxx的值:
${sessionScope.xxx}
?而并非:
${session.xxx}
?