[jboss-user] [JBoss Seam] - Re: how to force Logging for page access ??

waheed.murad do-not-reply at jboss.com
Thu Dec 28 11:40:21 EST 2006


if (isLoggedIn){ 
       System.out.println(" Returing null");
        return null; // Go to secretquestions.jsp. 
}else{ 
        return "loginpage"; // go to login page. 
} 

well i have "Returing null" String displayed on my console so i its abvious that it is returning null output. i think i have do start from dummy application.... to debug it whats your suggestion

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996670#3996670

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996670



More information about the jboss-user mailing list