If you are using the latest code from svn, this might help. https://trac.cakephp.org/changeset/4968 https://trac.cakephp.org/changeset/4969 https://trac.cakephp.org/changeset/4978
If you are trying to alter the form fields or are setting any fields in your form without using $form-> methods in the helper the form will be considered invalid or tampered with. The only way to disable this would be like the example in the third link. Hidden fields can not be altered in anyway if you do not disable them using the example code in a before filter. -- /** * @author Larry E. Masters * @var string $userName * @param string $realName * @returns string aka PhpNut * @access public */ --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
