Just in case it helps someone else...

Elsewhere in the reply function of my controller I was retrieving some
data that needed to be displayed in the form. I was using $this-
>PrivateMessage->read(...) when I should have been using a find.
Apparently the read function blanked out the error messages from the
form validation.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to