Re: validate - unique - error message

2009-10-12 Thread Marcelo Andrade
On Sun, Oct 11, 2009 at 11:03 AM, Melanie Sommer melanie-som...@mailinator.com wrote: Hello, I am using code from the bakery tutorials to validate my form elements for unique records. http://bakery.cakephp.org/articles/view/checking-for-duplicate-records-unique-record (I am using the code

Re: validate - unique - error message

2009-10-12 Thread Melanie Sommer
Hello Marcelo, Check the CakePHP version you're using is the same used in the tutorial. It is not (I am using the latest version), but that does not help me to learn how I can get error messages. Melanie --~--~-~--~~~---~--~~ You received this message because you

Re: validate - unique - error message

2009-10-12 Thread Braindead
http://api.cakephp.org/class/form-helper#method-FormHelpererror Maybe this helps... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send email to cake-php@googlegroups.com To

validate - unique - error message

2009-10-11 Thread Melanie Sommer
Hello, I am using code from the bakery tutorials to validate my form elements for unique records. http://bakery.cakephp.org/articles/view/checking-for-duplicate-records-unique-record (I am using the code of comment no. 5 as I need to validate for a unique combination of fields) It works fine,