Fórum

Redirection from private page to a different private page in the same site

Prathibha h m, modificado 10 Anos atrás.

Redirection from private page to a different private page in the same site

Junior Member Postagens: 74 Data de Entrada: 17/09/09 Postagens Recentes
Hi All,

I would like to redirect the user to a specific site private page on click of the hyperlink in a portlet.

Portlet is in pageA and there is a hyperlink. I want to redirect to page B which is in the same site.

Can you please give your inputs.

Would like to do this in jsp. can I achieve this using <liferay-portlet:renderURL tag???

Regards,
Prathibha
thumbnail
Anil T, modificado 10 Anos atrás.

RE: Redirection from private page to a different private page in the same s

Expert Postagens: 313 Data de Entrada: 14/01/12 Postagens Recentes
Hi,

You can create in normal hyperlink also like <a href="/group/comm/home">comm</a>.

If you want to create for public and private communities and users follow below,

1. Public community : /web/communityname/home

2.Private Community : /group/communityname/home

3. Public user page : /web/screenname/home

4. Private user page : /user/screenname/home

Thanks,
Anil
thumbnail
Hitesh Methani, modificado 10 Anos atrás.

RE: Redirection from private page to a different private page in the same s

Regular Member Postagens: 171 Data de Entrada: 24/06/10 Postagens Recentes
Hello Prathibha h m,

You can give hardcorded relative url in anchor tag, for e.g. "/group/commname/pagename".

Regards,
Hitesh M