Hi,
I have a login page, when user logins, it navigates to next page. How can I
hide the login page when I click the back button from IE. I am using
onActive() in Login page likes:
String onActivate()
        {
                if (!_user.isLogin()== true) {
                        return null;
                }else{
                        return "Start";
                }       
        }
But it still shows the login page.
Thanks.
-- 
View this message in context: 
http://www.nabble.com/T5%3APage-navigation-tf3557597.html#a9934010
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to