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/0040ac0b744181d5/
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---