> If so, could you please provide more code on your TakpAuthorizationStrategy
> class ( registration and implementation)

All significant part is there, rest is confidential.

> In order to use your code I need redirect not logged user with defined
> "remember me" cookie from LoginPage to desired page, instead of showing the
> LoginPage. But is it possible change this behavior: redirecting not logged
> user from base page to login page and then back to base page.TO THIS: login
> user automatically in some interceptor when trying to access base page
> (without redirecting to LoginPage).

If "remember me" the user is remembered, then login is not necessary
at all. Otherwise, normal login interception applies. There is a good
example in "Pro wicket" pdf book, you can find it online.

**
Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to