Foros de discusión

Post login event

Akram MONCER, modificado hace 11 años.

Post login event

Regular Member Mensajes: 106 Fecha de incorporación: 25/09/12 Mensajes recientes
i add a custom "post login event" it an event that will be executed after the login, my probleme is i want to pass parameter to this event class but i don't know how

i add an input in the login form and i want to get the input value in the event class


can anyone help me please
thumbnail
David H Nebinger, modificado hace 11 años.

RE: Post login event

Liferay Legend Mensajes: 14919 Fecha de incorporación: 2/09/06 Mensajes recientes
They are not connected in any way.

you must find some other way of passing the value around.

You could, for example, store the value in an expando for the user. It should then be available in the post login event, but honestly I'm not sure if it would get updated before the post login event triggers or not.

Alternatively you may be able to use a ThreadLocal.
Akram MONCER, modificado hace 11 años.

RE: Post login event

Regular Member Mensajes: 106 Fecha de incorporación: 25/09/12 Mensajes recientes
thank for responss

i use an ext to override the loginAction class and with some changes i get the parameter in the post event login class, it works fine in my local but when i did the deploy in other server with same liferay version it did'nt work!!!!