当前位置:编程学习 > JAVA >>

vecity模板中无法获取session

在 controller 中 是 @RequestMapping("/testview")
public String velocityTest(HttpSession session ){
session.setAttribute("pp", "123");
return "testvelocity";

然后再vm 中$session.getAttribute("pp")却无法获取session值 求大虾们帮帮忙 --------------------编程问答-------------------- 是velocity的.vm模版操作吗 --------------------编程问答-------------------- 是啊 可是无法获取
补充:Java ,  Web 开发
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,