> What I have done is to check in MyApplication.getHomePage():
>
>
> public Class getHomePage() {
>
> IUser user = getMySession().getCurrentUser();
>
> return user == null ? Index.class : UserHome.class;
> }That's another fine solution if the home page is only what you're after. Eelco --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
