mountBookmarkablePage could help you here. Wicket can't help you with autentication, but for authorization, you can implement IAuthorizationStrategy which allows you to protect various bits of wicket.
-Matej On 8/30/07, Craig Tataryn <[EMAIL PROTECTED]> wrote: > > Hi, this is my first post so please take it easy on me! I have two > questions: > > 1) Is there a way to alias the uri which activates a specific Wicket page? > I know about mount() and how you can alias a package name, but I don't > know > how to explicitly alias a page name (instead of /UserLoginPage I would > like > to alias to /login) > > 2) Can someone direct me to some sample code that demonstrates how to > enforce user authentication checks on any request made to my Wicket app? > Basically, I want to do a check to see if a user has logged into the site > before any action is executed. This is probably something very well > documented, so even if it's a simple RTFM with a pointer to where, I would > appreciate it. > > Thank you, > > </tataryn:craig> > -- > "If you think C++ is not overly complicated, just what is a protected > abstract virtual base pure virtual private destructor and when was the > last > time you needed one?" --Tom Cargill >
