[ 
https://issues.apache.org/jira/browse/WICKET-483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489879
 ] 

Martin Funk commented on WICKET-483:
------------------------------------

I think its because the DatePicker is not localized.
My locale is German, and the Date is formated like 18.04.07 for April the 18th 
2007.
This doesn't go along with
DatePicker Line 196
                buffer.append("  var dateArray = dateValue.split('/');\n");

And no, I'm not cabable to fix this.

> DatePicker comes up with NaN
> ----------------------------
>
>                 Key: WICKET-483
>                 URL: https://issues.apache.org/jira/browse/WICKET-483
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.3
>         Environment: Linux Firefox 2.0.0.3
> wicket svn Revision: 529942
>            Reporter: Martin Funk
>
> DatePicker comes up with NaN
> Can be verified at http://www.wicketstuff.org/wicket13/forminput/
> Hope that's the correct current Example Site.
> Running the examples local has the sam efect.
> The page is loaded just fine and the DateTimeField shows the current Date and 
> Time. Right after the DatePicker ist clicked on, the place filles with NaN's.
> I didn't see any http request while clicking the DatePicker, so I guess it's 
> somewhere in the JavaScript. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to