Hello, I am building an ee application and I want to use wicket in the web tier. Now I find wicket-contrib-javaee on wicketstuff.org and it looks nice.
But there is a problem. It is not possible to initialize the injection in the WebApplications init() method with: addComponentInstantiationListener(new JavaEEComponentInjector(this)); org.apache.wicket.injection.ComponentInjector cannot be found. Someone uses this package too? I am using wicket 1.3.3 -- View this message in context: http://www.nabble.com/wicket-contrib-javaee-tp16659898p16659898.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
