Foros de discusión

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

thumbnail
Nirav Prajapati, modificado hace 6 años.

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

Regular Member Mensajes: 133 Fecha de incorporación: 25/06/15 Mensajes recientes
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 hace 6 años.

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

Liferay Legend Mensajes: 1554 Fecha de incorporación: 24/09/09 Mensajes recientes
This should help you:
https://dev.liferay.com/develop/tutorials/-/knowledge_base/7-0/mvc-render-command
thumbnail
Nirav Prajapati, modificado hace 6 años.

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

Regular Member Mensajes: 133 Fecha de incorporación: 25/06/15 Mensajes recientes
I have done it with the Liferay Administration.
Like using Role and user.

Thnak you