Re: convertToString must override

2011-01-25 Thread Christian Grobmeier
Weird. I checked what you said and my JVM is complaining about overriding Number with Integer. Its Mac build SE-1.5 (OSX 10.6.6) > Which JDK do you use ? > With jdk1.5.0_22 this compiles without any problems. > > convertToString() comes > from org.apache.wicket.util.convert.IConverter.convertToStr

Re: convertToString must override

2011-01-25 Thread Ernesto Reinaldo Barreiro
Change your compiler compliance level? On Tue, Jan 25, 2011 at 1:29 PM, Christian Grobmeier wrote: > Hello all, > > just have set up a wicket dev environment and the wicket-util project > throwed one error. > convertToString must override > Works with deleting it - not su

Re: convertToString must override

2011-01-25 Thread Martin Grigorov
On Tue, Jan 25, 2011 at 1:29 PM, Christian Grobmeier wrote: > Hello all, > > just have set up a wicket dev environment and the wicket-util project > throwed one error. > convertToString must override > Works with deleting it - not sure if this was the intention :-) > > Be

convertToString must override

2011-01-25 Thread Christian Grobmeier
Hello all, just have set up a wicket dev environment and the wicket-util project throwed one error. convertToString must override Works with deleting it - not sure if this was the intention :-) Best Christian Index: src/main/java/org/apache/wicket/util/convert/converter