Re: [Wicket-user] No such method

2006-02-18 Thread Eelco Hillenius
Always start with issuing clean first when working with maven. Like 'mvn clean install'. Eelco On 2/18/06, Mats Norén <[EMAIL PROTECTED]> wrote: > Yes, I found the problem. Maven2 didn't pick up on the change to the > src code. Weird. > > > On 2/17/06, Johan Compagner <[EMAIL PROTECTED]> wrote: >

Re: [Wicket-user] No such method

2006-02-18 Thread Mats Norén
Yes, I found the problem. Maven2 didn't pick up on the change to the src code. Weird. On 2/17/06, Johan Compagner <[EMAIL PROTECTED]> wrote: > Somehow it seems that the code is a bit out of sync > Or not compiled cleanly. > > Please make sure that you do compile everything from the start. > > If

Re: [Wicket-user] No such method

2006-02-17 Thread Johan Compagner
Somehow it seems that the code is a bit out of syncOr not compiled cleanly.Please make sure that you do compile everything from the start.If you look at the source code you do see that method?johan On 2/17/06, Mats Norén <[EMAIL PROTECTED]> wrote: Hi,I've upgraded from CVS today and got this error:

[Wicket-user] No such method

2006-02-17 Thread Mats Norén
Hi, I've upgraded from CVS today and got this error: java.lang.NoSuchMethodError: wicket.PageMap.getAccessStack()Ljava/util/Stack If my memory serves me right I saw somewhere that this method was altered? I'm using wicket-spring as well, does that have something to do with it? Stacktrace below: