IFeghali, yes, removing that line got past the problem, though I hesitate to say it is fixed.
Why would this date field fail validation? All of the dropdowns are set to legit values; in fact, as far as I can tell, it's *impossible* to set the field to an invalid value. This really looks like a bug to me. Shall I submit a bug report? -Grant On Mar 19, 4:20 pm, iFeghali <[email protected]> wrote: > I faced the same problem with the alphanumeric validation that seems > to be buggy [1]. > > remove the line: > > > 'creationDate' => array('date') > > from your model and your form should submit ok. the problem is when > you don't specify the error message cake just trows "this filed cannot > be blank" but in fact it is the validation of the field that failed. > > [1]http://groups.google.com/group/cake-php/browse_thread/thread/0040ac0b... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
