留言板

RE: Always getting the same userId in template

thumbnail
Juhi Kumari,修改在11 年前。

Always getting the same userId in template

Expert 帖子: 347 加入日期: 11-12-12 最近的帖子
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,修改在11 年前。

RE: Always getting the same userId in template

Liferay Master 帖子: 875 加入日期: 11-1-7 最近的帖子
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,修改在11 年前。

RE: Always getting the same userId in template

Expert 帖子: 347 加入日期: 11-12-12 最近的帖子
Hi Jitendra,

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

Regards
Juhi
thumbnail
Jitendra Rajput,修改在11 年前。

RE: Always getting the same userId in template

Liferay Master 帖子: 875 加入日期: 11-1-7 最近的帖子
Did you tried by setting below property in portal-ext ?

journal.template.velocity.restricted.variables=
thumbnail
Juhi Kumari,修改在11 年前。

RE: Always getting the same userId in template

Expert 帖子: 347 加入日期: 11-12-12 最近的帖子
Hi,
Already I did that one, then only I am getting same userId always.

Regards
Juhi
thumbnail
James Falkner,修改在11 年前。

RE: Always getting the same userId in template

Liferay Legend 帖子: 1399 加入日期: 10-9-17 最近的帖子
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,修改在11 年前。

RE: Always getting the same userId in template

Expert 帖子: 347 加入日期: 11-12-12 最近的帖子
Hi James,

Thanks for your reply. Now its working fine.

Regards
Juhi