Re: Upgrade spring dependency to 3.0-latest prior to 1.5 final?

2011-02-17 Thread Christian Grobmeier
>  -1 for updating to spring 3 (especially when wicket-spring doesn't need > features not available in 2.5.6) > > How about  [2.5.6,)  ? > > It clearly indicates that 2.5.6 is the minimum required version for > wicket-spring if there is no update, will this prevent me to use spring 3 in my project

Re: 1.5 is missing RequestUtils method

2011-02-16 Thread Christian Grobmeier
https://issues.apache.org/jira/browse/WICKET-3447 Thanks for your help On Wed, Feb 16, 2011 at 2:49 PM, Martin Grigorov wrote: > File a ticket > > On Wed, Feb 16, 2011 at 3:39 PM, Christian Grobmeier > wrote: > >> > try with >> > requestCycle.getUrlR

Re: 1.5 is missing RequestUtils method

2011-02-16 Thread Christian Grobmeier
hod which will be available in 1.5-RC2 > > let us know if you face problems > > On Wed, Feb 16, 2011 at 3:21 PM, Christian Grobmeier > wrote: > >> Hi, >> >> with commit 895520 from 04.01.2010 the >> RequstUtils.toAbsolutePath(final String relativePagePath) me

1.5 is missing RequestUtils method

2011-02-16 Thread Christian Grobmeier
Hi, with commit 895520 from 04.01.2010 the RequstUtils.toAbsolutePath(final String relativePagePath) method disappeared without warning This one was very useful and has never marked as deprecated. I am wondering if this was by accident - the commit was very huge. It was the RequestCycle refactori

[examples] Improvement on captcha example

2011-01-29 Thread Christian Grobmeier
Hi, the patch below enables the captch example to create different captcha-challenges. I think the two lines should go to the invalidate method. If you agree I can apply a patch for CaptchaImageResource instead of this one. Best regards, Christian Index: src/main/java/org/apache/wicket/examples/

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

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/ZeroPaddingIntegerConver