简体   繁体   中英

Liferay not redirecting into Login Page

I am new to the liferay framework, I have one doubt for liferay login page Can anyone please suggest me.

"Partner Ready logo at top is not taking back to homepage when simulating"

You should be redirect to your home page after login

ThemeDisplay themeDisplay = (ThemeDisplay) actionRequest.getAttribute( WebKeys.THEME_DISPLAY );
actionResponse.sendRedirect( themeDisplay.getURLHome() );

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM