Hello, I'm trying to validate multiple records from one single form (using $form->input('Model.X.Field'), but I don't want the records to be saved if the validation success.
So far, I was using Model::validates to validate my fields, but this method only returns invalid fields for one record. Is there a way to get errors for every single input fields? I know saveAll() would do that, but it would also save the records, which I want to avoid. Thanks --~--~---------~--~----~------------~-------~--~----~ 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 unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---