[opencms-dev] Re direct Problem
    Mario Jäger 
    m.jaeger at alkacon.com
       
    Fri May 28 08:52:30 CEST 2010
    
    
  
Hi,
Are there any entries in the OpenCms logfile WEB-INF/logs/opencms.log when you get the blank page?
-- 
Kind Regards,
Mario.
 
-------------------
Mario Jäger
 
Alkacon Software GmbH  - The OpenCms Experts                    
http://www.alkacon.com - http://www.opencms.org
R. Jonyo schrieb:
> 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);
> }
>   
    
    
More information about the opencms-dev
mailing list