wicket-spring also requires the wicket-ioc binaries on your classpath -
sounds like you're missing that?



rjilani wrote:
> 
> Hi: I am using the following code from wicket wiki to add a
> Springcomponent injector to addComponentInstantiationListener to hook
> spring application context, but the code is not compiling. 
> 
> addComponentInstantiationListener(new SpringComponentInjector(this, ctx));
> 
> When I dug further I found that addComponentInstantiationListener accepts
> a parameter of type IComponentInstantiationListener and
> SpringComponentInjector doesn't implement this interface. Am I missing
> some thing? BTW I am using wicket 1.4 rc1 binaries.
> 
> Regards,
> RJ
> 
>  
> 

-- 
View this message in context: 
http://www.nabble.com/addComponentInstantiationListener-method-tp21318461p21488846.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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

Reply via email to