After reading your preceding mails again, I think I get the point : You don't need to create two classes that extends WebApplication because you want two pages to allow authentication.
Both authentication pages are parts of the same application (read WebApplication). As Michael O'Cleirigh said : http://apache-wicket.1842946.n4.nabble.com/dynamic-navigation-side-content-depending-on-login-status-tp3384641p3384913.html > Look at the wicket-examples source code > for:org.apache.wicket.examples.authentication.MyAuthenticatedWebSession The MySignInPage may be directly mount like any other Page with the path you want. All pages which need authentication will be directly accessible once user is authenticated. -- Isammoc --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
