In the init of your webapp do getApplicationSettings().setAccessDeniedPage(MyPage.class)
This is a wicket setting and not related to the security framework. Maurice On Feb 12, 2008 7:50 PM, Warren <[EMAIL PROTECTED]> wrote: > How do you set-up a custom "access denied page" that has a message on it > like "Users in group xxx do not have access to yyy"? I also want to have > this page return to the previous page the user was on. I am using > wicket-security (wasp and swarm). > > Thanks, > > Warren Bell > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
