jstl « Session « Spring Q&A





1. Spring MVC - JSTL - Session Attribute    stackoverflow.com

I have a Spring Controller where I am setting a session object with variables .

@RequestMapping("/index.html")
public String indexHandler(HttpSession session,
             ...

2. Problem with session attributes in JSP EL using Spring MVC    stackoverflow.com

I'm trying to show a session attribute "userSession" in a jsp page using JSP EL, but it returns null (case 1). Request attributes are shown properly in EL expressions though. Using java ...

3. JSP, JSTL, and Session Variables    forum.springsource.org

JSP, JSTL, and Session Variables I'm having a lot of problems with using session variables in my JSP pages. For my controller, I have: Code: request.getSession().setAttribute("message", "foo session message"); return new ...

4. JSTL and Portlet Session    forum.springsource.org

Jun 26th, 2007, 04:04 PM #1 WBS View Profile View Forum Posts Private Message Junior Member Join Date Jun 2007 Posts 9 JSTL and Portlet Session Here's a mysterious problem. I ...