Just for record sake. I had problem with "Cannot expose session attribute 'xxx.forms.wizard1.WizardFormController.PAGE.wizardForm' because of an existing model object of the same name" exception....
Type: Posts; User: dizzi; Keyword(s):
Just for record sake. I had problem with "Cannot expose session attribute 'xxx.forms.wizard1.WizardFormController.PAGE.wizardForm' because of an existing model object of the same name" exception....
You are right. Problem was with enctype="text/plain" which my text editor automagicaly add.
Solved, thank you.
In the meantime you can try this (session attributes expose on):
User: $SPRING_SECURITY_LAST_USERNAME ::
Password: $SPRING_SECURITY_CONTEXT.Authentication.Principal.Password ::
Roles:...
Have anybody some tip, why my authorization form doesnt work with method="post" but it works with method="get"?
(with post method userdetailservice obtains empty string)
thx
Hello, Im interested in this topic too.
I would like to see what is best practice of propagating Authorization object to velocity context.
One possiblity is to manualy put this object as...