Re: [Wicket-user] NoClassDefFound error from TextField... but only on ONE machine!

2006-02-05 Thread Johan Compagner
It is not the textfield that causes the problemIt is the model you give it. And then more likely the object that you give into the model.What type of object are you trying to get from the modelobject?Because it seems that ognl tries to get a property from youre model object and that is causing a

Re: [Wicket-user] NoClassDefFound error from TextField... but only on ONE machine!

2006-02-05 Thread David Leangen
As I'd hoped, by upgrading to 1.2, the problem just simply disappeared. Yay! So, it will forever remain a mystery. Maybe something to do with the way OGNL loads classes or something... who knows. Anyway, thanks for all the suggestions! On Sun, 2006-02-05 at 14:30 +0100, Johan Compagner

Re: [Wicket-user] NoClassDefFound error from TextField... but only on ONE machine!

2006-02-01 Thread Eelco Hillenius
I have no idea. Did you maybe include wicket.jar in a shared lib or in any other way ended up with double classpath entries? Eelco On 1/31/06, David Leangen [EMAIL PROTECTED] wrote: I'm hoping that somebody on this list has experienced the same problem I'm encountering. I keep getting a

Re: [Wicket-user] NoClassDefFound error from TextField... but only on ONE machine!

2006-02-01 Thread Martijn Dashorst
Perhaps a different JVM? Martijn On 2/1/06, Eelco Hillenius [EMAIL PROTECTED] wrote: I have no idea. Did you maybe include wicket.jar in a shared lib or in any other way ended up with double classpath entries? Eelco On 1/31/06, David Leangen [EMAIL PROTECTED] wrote: I'm hoping that

[Wicket-user] NoClassDefFound error from TextField... but only on ONE machine!

2006-01-31 Thread David Leangen
I'm hoping that somebody on this list has experienced the same problem I'm encountering. I keep getting a NoClassDefFoundError, but the error only occurs on ONE MACHINE. The code works on my other machines. The error happens when I try to load a TextField, and only a TextField with a