Javascript validation, whilst a great idea in some cases, does not get to the real cause of the problem.
Whenver I have been a situation where a submitted form produces a blank screen it has been down to the Security component being enabled which can block a request without any explanation. 9 times out of 10 this has been down to fields which are added/toggled with javascript after page load which invalidates the token the Security component adds to all forms. The way around this is to add 'dynamic' fields to $this->Security->disabledFields; HTH, Paul. On Aug 16, 1:03 pm, localhost <[email protected]> wrote: > BTW, I think this is a bug because this is a new project of mine (still not > code added by me) and I just download the lastest copy of cakephp -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
