Hi all I've a goal, a simple one I think : using Spring through annotations in my wicket application.
To do so, I tried with both the wiki and the book "Pro Wicket". Each time I end up with the same error : java.lang.NoClassDefFoundError: net/sf/cglib/proxy/Callback. Do you have any clue ? BTW, I've a side question : "Pro Wicket" tells to extend AnnotSpringWebApplication to be able to use the annotations. The wiki just tells to add this line in the init() : addComponentInstantiationListener(new SpringComponentInjector(this)); Which way is the best ? I guess the second one, since the class AnnotSpringWebApplication is deprecated, but I'm wondering... Thanks again in advance ZedroS ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
