Abhimanyu Is it possible you aren't using the Form helper? If you aren't, you'll probably have to do a little work yourself to show the errors. They are available in the validationErrors property of your model. So if you were in the user controller you could see the validation errors returned from the User model like this
debug($this->User->validationErrors); Regards, Don On May 6, 2:52 am, abhimanyu bv <[email protected]> wrote: > hi all, > in my cakephp project, i am adding a record having validations. If i > am clicking the submit button to add the record, the data is not saved > and there are no errors shown in that form. How can i find the error?? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
