掲示板

Post login event

11年前 に Akram MONCER によって更新されました。

Post login event

Regular Member 投稿: 106 参加年月日: 12/09/25 最新の投稿
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
11年前 に David H Nebinger によって更新されました。

RE: Post login event

Liferay Legend 投稿: 14919 参加年月日: 06/09/02 最新の投稿
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.
11年前 に Akram MONCER によって更新されました。

RE: Post login event

Regular Member 投稿: 106 参加年月日: 12/09/25 最新の投稿
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!!!!