In your $validate array, do something like

$validate = array(
  'fieldname' => array(
    'allowEmpty' => false,
    'message' => 'Boo, enter something yea?',
    'rule' => 'blank'
  )
);

On Apr 22, 10:46 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> where to change or add 'This field cannot be left blank' such validate
> msg?
>
> I am using .1.2xx ,it seems like nowhere to edit this kind msg.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to