Are you seeing the add form, if so when you submit the form echo 
debug($this->data); to check if the data is being sent.  

After that check to see if you have validation rules which are blocking the 
save, if you repeatedly get returned to the add user form then it is likely 
to be validation which is the problem.  Try echoing $this->validationErrors 
in the view to see if they contain anything.

HTH, Paul.

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