Re: Accessing the Session from the Freemarker Theme templates

2009-06-09 Thread Chris Pratt
Yup, didn't work either, but I found the workaround, thanks. (*Chris*) On Tue, Jun 9, 2009 at 3:56 PM, Musachy Barroso wrote: > did you try "${session.formToken}" (case sensitive) > > On Tue, Jun 9, 2009 at 2:08 PM, Chris Pratt > wrote: > > ${Session.formToken} > > > > -- > "Hey you! Would you

Re: Accessing the Session from the Freemarker Theme templates

2009-06-09 Thread Musachy Barroso
did you try "${session.formToken}" (case sensitive) On Tue, Jun 9, 2009 at 2:08 PM, Chris Pratt wrote: > ${Session.formToken} -- "Hey you! Would you help me to carry the stone?" Pink Floyd - To unsubscribe, e-mail: user-unsub

RE: Accessing the Session from the Freemarker Theme templates

2009-06-09 Thread Martin Gainty
pour le contenu fourni. > Date: Tue, 9 Jun 2009 14:00:05 -0700 > Subject: Accessing the Session from the Freemarker Theme templates > From: thechrispr...@gmail.com > To: user@struts.apache.org > > I need to access a session variable from one of the FreeMarker Theme > templ

Re: Accessing the Session from the Freemarker Theme templates

2009-06-09 Thread Chris Pratt
As usually happens after three hours of searching the web, finally breaking down and asking the question, I ran across the answer and was able to find a solution. So for anyone else out there that runs into this problem, this won't work: but this will: Thanks. (*Chris*) On Tue, Jun

Accessing the Session from the Freemarker Theme templates

2009-06-09 Thread Chris Pratt
I need to access a session variable from one of the FreeMarker Theme templates, and I can't seem to find the proper syntax. One site said to use ${Session.formToken}, but that seems to give me a lovely red on yellow error box across my display. I've also tried ${#session.formToken} thinking OGNL