掲示板

shows multiple jsp page on single portlet according to different user login

thumbnail
6年前 に Nirav Prajapati によって更新されました。

shows multiple jsp page on single portlet according to different user login

Regular Member 投稿: 133 参加年月日: 15/06/25 最新の投稿
Hello Friends,

I want to shows multiple jsp pages on single portlet according to user login (every user have different role and permission).

I am using Liferay 6.2 CE GA6 with Liferay MVC and Service Builder.

Ex - Suppose portlet name as ABC-portlet.
It has 4 jsp page as A.jsp, B.jsp, C.jsp and D.jsp.

Suppose User 1 login it shows A.jsp
User 2 -> B.jsp
User 3 -> C.jsp
User 4 -> D.jsp


Please help to achieve it.
thumbnail
6年前 に Christoph Rabel によって更新されました。

RE: shows multiple jsp page on single portlet according to different user l

Liferay Legend 投稿: 1554 参加年月日: 09/09/24 最新の投稿
This should help you:
https://dev.liferay.com/develop/tutorials/-/knowledge_base/7-0/mvc-render-command
thumbnail
6年前 に Nirav Prajapati によって更新されました。

RE: shows multiple jsp page on single portlet according to different user l (回答)

Regular Member 投稿: 133 参加年月日: 15/06/25 最新の投稿
I have done it with the Liferay Administration.
Like using Role and user.

Thnak you