Freemarker « Session « Spring Q&A





1. Accessing session from Freemarker page    forum.springsource.org

Hello Hani: I faced the same problem, and according to davison's reply http://forum.springframework.org/sho...ssion&start=15 you just have to add true to the Freemarker view resolver good luck Tamer

2. Removing a Session Variable with Freemarker?    forum.springsource.org

Removing a Session Variable with Freemarker? Hi there, is there any way to remove a session variable with freemarker? Maybe a short explanation why I want to do that: - I ...

3. Acquiring session object in a freemarker page?    forum.springsource.org

I am trying to access a session attribute in a freemarker page. <#if Session.print?exists> ${Session.print} where print is the name of the attribute I am setting in a controller class. ...