Mika, If you are using hand-written forms you will need to follow the example here: https://trac.cakephp.org/changeset/4978 to remove any fields that are added by hand.
Note when the security component is used you should still use the $form->create(); and the $form->submit(); if not your forms will not have the expected hidden fields and will be considered invalid anyway. Do you really like writing all the forms yourself or is there another reason you are not using the helper? -- /** * @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 -~----------~----~----~----~------~----~------~--~---
