The problem was in missing dependence:

       <dependency>
           <groupId>org.apache.wicket</groupId>
           <artifactId>wicket-auth-roles</artifactId>
           <version>${wicket.version}</version>
       </dependency>
Hello List,

I'm trying to implement custom authorization, but I get this error [1]. Relevant part of code [2] isn't spectacular.
<wicket.version>1.4.9</wicket.version>
JRE: java-6-sun-1.6.0.10

I've googled for this exception, but without any success.

[1] http://pastebin.com/V292Vm7e
[2] http://pastebin.com/BiBQFsGs

Best Regards,

Anton



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

Reply via email to