As long as you are overriding the naming with the help of the form helper 
you should not encouter problems.
If you make changes with JavaScript on the clientside or load option lists 
(for example) via AJAX then the security component will stop you. That is 
mostly because of its CSRF protection that is part of security helper.
Basically the security component uses the form helper to get information 
about the fields and then creates a key that identifies exactly this form 
and it will only accept this form.

-- 
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

Reply via email to