Exception in thread "main" java.lang.ExceptionInInitializerError
    at wicket.Initializer.init(Initializer.java:52)
    at wicket.Application.callInitializers(Application.java:808)
    at wicket.Application.initializeComponents (Application.java:598)
    at wicket.protocol.http.WicketFilter.init(WicketFilter.java:344)
    at org.mortbay.jetty.servlet.FilterHolder.start(FilterHolder.java:162)
    at org.mortbay.jetty.servlet.WebApplicationHandler.initializeServlets (WebApplicationHandler.java:145)
    at org.mortbay.jetty.servlet.WebApplicationContext.start(WebApplicationContext.java:442)
    at org.mortbay.http.HttpServer.start(HttpServer.java:647)
    at jetty.Start.main ( Start.java:62)
Caused by: java.lang.IllegalArgumentException: Method public abstract void wicket.behavior.IBehaviorListener.onRequest(wicket.Component) in interface interface wicket.behavior.IBehaviorListener cannot take any arguments
    at wicket.RequestListenerInterface.<init>(RequestListenerInterface.java:116)
    at wicket.RequestListenerInterface.<init>(RequestListenerInterface.java:78)
    at wicket.behavior.IBehaviorListener$1 .<init>(IBehaviorListener.java:41)
    at wicket.behavior.IBehaviorListener.<clinit>(IBehaviorListener.java:41)
    ... 9 more


thanks,
jim
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to