joergrech / KickstartWithBootstrap

Kickstart is an extension for Grails in order to start your project with a good looking frontend. It is intended to be used in rapid application scenarios such as a Startup Weekend or a prototyping session with a customer. This plugin provides adapted scaffolding templates for standard CRUD pages using Twitter's CSS Framework Bootstrap and offers some basic pages for a web site.
65 stars 52 forks source link

error in parsing dates. #75

Open ghost opened 10 years ago

ghost commented 10 years ago

I set a date in a form field. My locale is italian. When I submit the form it says that property must be a valid date. There are problems in parsing dates? Thank you.

fstiffo commented 10 years ago

Same problem

fstiffo commented 10 years ago

This article from StackOverflow helped to resolve the issue: http://stackoverflow.com/questions/2871977/binding-a-grails-date-from-params-in-a-controller/2872291#2872291