Authentication and authorization not working

2008-09-02 Thread Adriano dos Santos Fernandes
Hi! I'm starting with Wicket. Yesterday I created a test and put basic authentication and authorization to work. After some changes, it doesn't work anymore. Basically, I have this: WebSession class extending AuthenticatedWebSession Application class overriding getHomePage(),

Re: Authentication and authorization not working

2008-09-02 Thread Adriano dos Santos Fernandes
I figured the problem myself... I didn't called super.init() when I override Application.init. Adriano - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]