Sadly, that won't work. As soon as you hit tab, Dojo's code tried to
parse the date, and if it fails, gives you 31 dec 1969.
After extensive trial and error (and no thanks to the poor Dojo
documentation), I was able to get it to work by overriding the
onInputChange method of the control to
You can use the parameter "translator".
On 9/5/07, Norman Franke <[EMAIL PROTECTED]> wrote:
>
> I'm attempting to convert my application from Tapestry 4.0.2 to 4.1.2
> and I've run into a problem with the DropdownDatePicker component.
> Previously, I used a dojo version and then used an onFocus ev