Fórum

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

thumbnail
Nirav Prajapati, modificado 6 Anos atrás.

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

Regular Member Postagens: 133 Data de Entrada: 25/06/15 Postagens Recentes
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
Christoph Rabel, modificado 6 Anos atrás.

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

Liferay Legend Postagens: 1554 Data de Entrada: 24/09/09 Postagens Recentes
This should help you:
https://dev.liferay.com/develop/tutorials/-/knowledge_base/7-0/mvc-render-command
thumbnail
Nirav Prajapati, modificado 6 Anos atrás.

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

Regular Member Postagens: 133 Data de Entrada: 25/06/15 Postagens Recentes
I have done it with the Liferay Administration.
Like using Role and user.

Thnak you