On 8/30/07, Craig Tataryn <[EMAIL PROTECTED]> wrote: > > 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.
see wicket-examples/signin and signin2 examples -igor 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 >
