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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to