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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...