[Wicket-user] Getting error - java.lang.VerifyError: class wicket.behavior.AbstractAjaxBehavior overrides final method getComponent.()Lwicket/Component

2007-06-06 Thread Lec
What does this error means? I got this error when I my webapp war into another newer version of application server. I have been trying to figure out the whole day finding what the root problem is, but still couldn't find any. Help needed

Re: [Wicket-user] Getting error - java.lang.VerifyError: class wicket.behavior.AbstractAjaxBehavior overrides final method getComponent.()Lwicket/Component

2007-06-06 Thread Lec
It's alright. I ve managed to solve it finally. The reason behind this error was that, I had 2 version of wicket 1.2.4 and 1.2.6 being loaded up into the appserver memory. Not sure which was the version that overrided one another and hence taken by the appserver in the end. What odd is that, it