What I have done is to check in MyApplication.getHomePage():

        public Class getHomePage() {

                IUser user = getMySession().getCurrentUser();

                return user == null ? Index.class : UserHome.class;
        }


-- 
View this message in context: 
http://www.nabble.com/redirect-request-for-Page-A-to-page-B-without-contructing-A--tf4636621.html#a13246212
Sent from the Wicket - User mailing list archive at Nabble.com.


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

Reply via email to