Irrespective of the UI, have your read through http://wicket.apache.org/learn/projects/authroles.html ?
Most likely the wicket-auth-roles login page is using one of the documented annotations that makes all the difference for you. Try to place that annotation on your page (I haven't read your code...) On Wed, Sep 17, 2014 at 5:20 AM, Lucio Crusca <lu...@sulweb.org> wrote: > I've moved one step forward: the authenticate() method now gets called if > I use the SignInPage class included in wicket-auth-roles instead of my own > SignInPage. > > However, as you can see in the code I posted yesterday, my SignInPage is > very simple and, compared to the one bundled with wicket, it only has a > additional Label and some minor html differences. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > >