If the $_POST isn't getting set by a form, then that almost seems like an webserver issue. Now, if the $_POST wasn't being put into CakePHP's $this->params['form'] it would be a CakePHP thing.
I have had problems if I didn't explicitly put the method="post" in the form tag back when I was using the now deprecated formTag. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
