I am learning wicket and trying to implement Authentication based on the flowing strategy
Example <http://www.wicket-library.com/wicket-examples-6.0.x/authentication3/wicket/bookmarkable/org.apache.wicket.examples.source.SourcesPage?0&SourcesPage_class=org.apache.wicket.examples.authentication3.HomePage> I created *MyAuthenticatedWebApplication * class and also *MyAuthenticatedWebSession* with all other component but, as soon as i am trying to go to *MySignInPage *i get this error *Last cause: org.apache.wicket.protocol.http.WebSession cannot be cast to org.apache.wicket.authroles.authentication.AuthenticatedWebSession WicketMessage: Error attaching this container for rendering: [Page class = com.myapp.wicket.SignInPage, id = 3, render count = 1]* Can someone please help. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-authentication-error-following-example-tp4671722.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
