Re: SignInPage as panel in an AuthenticatedWebApplication?

2010-04-25 Thread Zilvinas Vilutis
ModalPanel is unsecure - as you can hide it using JavaScript But if you still want to do that - then you can add the modal panel to your ScurePage - which all your other pages extend - display it every time if the user is not logged in. Žilvinas Vilutis Mobile: (+370) 652 38353 E-mail:

SignInPage as panel in an AuthenticatedWebApplication?

2010-04-24 Thread Thomas Götz
Is there an easy way to use a panel for signing in when using an application class that extends AuthenticatedWebApplication? The normal Wicket behaviour is that the user gets forwarded to a dedicated signin-page. I'd prefer to use a modal window (displaying a login panel), but