@Nico: Slight correction to your suggested associations@

var $belongsTo=array('Login');
and the Login.php should have
var $hasMany=array('User');

Can you do an echo debug($this->data); in your controller to show the
submitted data, and an echo debug($this->validationErrors); in your
view and cut/paste the results to show us what your trying to save.
The only reasons a save should fail is due to validation or any
callbacks that are set to occurr before the save which are not
returning true.

HTH

Paul.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" 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

Reply via email to