On Feb 17, 9:56 am, "Mark (Germany)" <[email protected]> wrote: > hey there > > i tried for hours - but i can't get it to work > i want that the errors of the model AND of the behaviour are both > shown togehter (not after each other, as soon as one of them is fine).
Have you tried putting all of these beforeSave validation checks into your model's $validate array as individual validation rules? That way all error messages would appear on the form together (next to their respective form fields). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
