You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Raphaël Piéroni <ra...@gmail.com> on 2007/02/15 16:03:52 UTC

[turbine2.3.2] setting an error message for the login screen.

Hi,

I'd like to add an error message when an user fails to login.

In my customised login action (extends VelocityAction)
I put a message in the velovity context.
But, that message is never shown in the template.

I can't figure out what to do.
Can that be the fault of data.setUser(TurbineSecurity.getAnonymousUser());
which is called at the end of the action when the user is not logged ?


Thanks in advance for any help.


Raphaël