On 21/12/2007, Martijn Dashorst <[EMAIL PROTECTED]> wrote: There is no need to extend the SpringWebApplication anymore: > > addComponentInstantiationListener(new SpringComponentInjector(this)); > > You can read more here: http://cwiki.apache.org/WICKET/spring.html > > Thanks for the tip, but I don't think I can use this
I'm tied to JDK1.4 which I assume doesn't support annotations of this kind. So I have to stick to SpringWebApplication-based approach. -- sp
