Foros de discusión

forwarding request to certain tab

Amey Arun Samant, modificado hace 16 años.

forwarding request to certain tab

New Member Mensajes: 11 Fecha de incorporación: 15/02/07 Mensajes recientes
hi all

we have few tabs and some of these tabs further have subtabs (layouts / child pages whatever you choose to call)
i am trying to send a link in mail to the user. this link is for a specific layout say a link to 2nd subtab on 3 rd tab.

once the user clicks on this link he should be taken to this layout / page.
however since a new browser window will open, he will have to sign in in order to visit the URL.

i would like to know how can we configure liferay so that after it logs in it will forward
the request to specified URL (layout / subtab)

thanks.
Christoph H., modificado hace 16 años.

RE: forwarding request to certain tab

Regular Member Mensajes: 147 Fecha de incorporación: 31/07/07 Mensajes recientes
Try an URL like this (for the tabs):
res.sendRedirect(themeDisplay.getPathMain() + "/my_account/create_account?tabs1=create-account");

(works for me)

Also have a look at Custom Redirect after Login