Since nobody seems to know I solved it myself.
<#if Session.SPRING_SECURITY_LAST_EXCEPTION?? && <Session.SPRING_SECURITY_LAST_EXCEPTION.message?has_content>
<@spring.message...
Type: Posts; User: jide85; Keyword(s):
Since nobody seems to know I solved it myself.
<#if Session.SPRING_SECURITY_LAST_EXCEPTION?? && <Session.SPRING_SECURITY_LAST_EXCEPTION.message?has_content>
<@spring.message...
Nobody has a clue?
Hi experts!
I'm currently working on a project were we use freemarker as a template language.
Instead of using the defualt login form I have created a custom controller and a custom freemarker...