Wicket 1.4RC6 NoSuchMethodError

2009-07-08 Thread Joshua Martin
This page worked in Wicket 1.3.6, but for some reason it's not working in 1.4RC6 - I'm getting a NoSuchMethodError with the following output: java.lang.NoSuchMethodError: org.liberatio.pages.FileTransferPage.add([Lorg/apache/wicket/Component;)Lorg/apache/wicket/MarkupContainer; at

Re: Wicket 1.4RC6 NoSuchMethodError

2009-07-08 Thread Martin Makundi
Are you getting the error at compile time or runtime? 1.3.6 and 1.4-rc6 are not necessarily compatible at compile-time. You might have to refactor. ** Martin 2009/7/8 Joshua Martin josmar52...@gmail.com: This page worked in Wicket 1.3.6, but for some reason it's not working in 1.4RC6 - I'm

Re: Wicket 1.4RC6 NoSuchMethodError

2009-07-08 Thread Joshua Martin
Runtime... On Wed, Jul 8, 2009 at 10:44 AM, Martin Makundimartin.maku...@koodaripalvelut.com wrote: Are you getting the error at compile time or runtime? 1.3.6 and 1.4-rc6 are not necessarily compatible at compile-time. You might have to refactor. ** Martin 2009/7/8 Joshua Martin

Re: Wicket 1.4RC6 NoSuchMethodError

2009-07-08 Thread Joshua Martin
That's gotta be one of the dumbest mistakes I've ever made! Simply did a Clean and Build in NetBeans and it redeployed perfectly! My apologies for wasting your time... -- _ Joshua S. Martin -

Re: Wicket 1.4RC6 NoSuchMethodError

2009-07-08 Thread James Carman
It wasn't much time. :) No worries. On Wed, Jul 8, 2009 at 11:11 AM, Joshua Martinjosmar52...@gmail.com wrote: That's gotta be one of the dumbest mistakes I've ever made! Simply did a Clean and Build in NetBeans and it redeployed perfectly! My apologies for wasting your time... --