Just to clarify.

Using this piece of code:

<?php echo $html->tagErrorMsg('mail_code', 'Mail code is required') ?>

Gives me this error now:

Notice: Undefined offset: 1 in
/var/www/html/white_label/cake/libs/view/helpers/html.php on line 949

I have set mail_code with in the controller using:

$this->Order->set('mail_code', $this->data['Order']['mail_code']);

The validation rules are working, but I can't get the error message to
display in my view. Utilising tagErrorMsg() would be great. If I can
only get that going now.

Thanks,

Jason


--~--~---------~--~----~------------~-------~--~----~
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