Fórum

RE: Always getting the same userId in template

thumbnail
Juhi Kumari, modificado 11 Anos atrás.

Always getting the same userId in template

Expert Postagens: 347 Data de Entrada: 12/12/11 Postagens Recentes
Hi,
I want the loged-in user id in my web content template. For this in template I use
#set($userId = $getterUtil.getLong($request.get("theme-display").get("user-id")))
or
#set ($uId = $getterUtil.getLong($request.remote-user))

But it always return user id of Test Test only . Don't know where I am missing??
If any idea please share!!!!

Regards
Juhi
thumbnail
Jitendra Rajput, modificado 11 Anos atrás.

RE: Always getting the same userId in template

Liferay Master Postagens: 875 Data de Entrada: 07/01/11 Postagens Recentes
I guess UserId is default variable it should be directly available . No need to get it from request .
try to print $user_id
thumbnail
Juhi Kumari, modificado 11 Anos atrás.

RE: Always getting the same userId in template

Expert Postagens: 347 Data de Entrada: 12/12/11 Postagens Recentes
Hi Jitendra,

Thanks for your reply. But Its not working..emoticon

Regards
Juhi
thumbnail
Jitendra Rajput, modificado 11 Anos atrás.

RE: Always getting the same userId in template

Liferay Master Postagens: 875 Data de Entrada: 07/01/11 Postagens Recentes
Did you tried by setting below property in portal-ext ?

journal.template.velocity.restricted.variables=
thumbnail
Juhi Kumari, modificado 11 Anos atrás.

RE: Always getting the same userId in template

Expert Postagens: 347 Data de Entrada: 12/12/11 Postagens Recentes
Hi,
Already I did that one, then only I am getting same userId always.

Regards
Juhi
thumbnail
James Falkner, modificado 11 Anos atrás.

RE: Always getting the same userId in template

Liferay Legend Postagens: 1399 Data de Entrada: 17/09/10 Postagens Recentes
Juhi Kumari:
Hi,
Already I did that one, then only I am getting same userId always.

Regards
Juhi


You need to uncheck the "Cacheable" option when editing the template.
thumbnail
Juhi Kumari, modificado 11 Anos atrás.

RE: Always getting the same userId in template

Expert Postagens: 347 Data de Entrada: 12/12/11 Postagens Recentes
Hi James,

Thanks for your reply. Now its working fine.

Regards
Juhi