hey again Felix, hard to say what it could be without seeing the code, but have you remembered to include your loadValidation() in your model? and to call it prior to validation? this could be the problem.
also, looking at your code above, unless you had global variables turned on, i don't know how the function enterAddress will know what email1, email2 and email3 are. you need to pass any variables via your validation array for them to be available in your validation methods. HTH freedom On 18/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > But now I get the error: "Warning: Delimiter must not be alphanumeric > or backslash in app/app_model.php on line 82". > In other topics I've read that maybe the function for the validation is > not recognized. But in my example there is no chance of spelling it > wrong (the example from my the post before). > > Does anyone have an idea what the problem could be? > > Thanks > > Felix > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
