I will answer myself in case someone else has the same issue.

I think since freemarker 2.3.1 or something if the session is not set from the servlet it is not initialized in the template. Thus a check for the Session object has to precede the check for the session property i.e.
<#if Session?exists></#if>

Leonidas

Leonidas Papadakis wrote:
Hi there,

i used to have this expression : <#if Session.sessionaff?exists></#if> in my freemarker template. Unfortunately this does not get parsed and generates an error : Expression Session is undefined on line ....

Can anyone tell me the new syntax please ?

Thank you very much

Leonidas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to