Ok. Now I know, it still has a bug ;)

2008-05-17 17:33:35,034 93204 [btpool0-8] ERROR RequestCycle  -
java.util.Date cannot be cast to java.sql.Date
java.lang.ClassCastException: java.util.Date cannot be cast to java.sql.Date
        at 
org.apache.wicket.util.convert.converters.SqlDateConverter.convertToObject(SqlDateConverter.java:43)

- return (Date)parse(getDateFormat(locale), value, locale);
+ return new Date(((java.util.Date)parse(getDateFormat(locale), value,
locale)).getTime());


2008/5/17 Martin Makundi <[EMAIL PROTECTED]>:
> Hi!
>
> There is a fixed version of the SqlDateConverter in the trunk,
> https://issues.apache.org/jira/browse/WICKET-735 This fix appars to be
> only in 1.3.0-beta4.
>
> Is there a reason why this has not been included in the latest builds?
>
> **
> Martin
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to