[opencms-dev] Re direct Problem

R. Jonyo richjo2000 at gmail.com
Wed May 26 15:36:17 CEST 2010



Anyone encountered this problem. my custom login does not redirect anymore
to the desired page instead i get a blank page. this happens with logout too
and in all browsers. The same code had been working quite well before until
lately.

see my code:

String login_project = "Online";
String login_redirect = "/mytest/index.html";

if ("logout".equals(action)) {
	cmsLogin.logout();
} else if ("login".equals(action)) {
	cmsLogin.login(username, password, login_project, login_redirect);
}
-- 
View this message in context: http://old.nabble.com/Redirect-Problem-tp28680886p28680886.html
Sent from the OpenCMS - Dev mailing list archive at Nabble.com.




More information about the opencms-dev mailing list