Edit problem

2007-03-30 Thread christianandradet
Iam trying to edit a Cliente an i have this in my model 'Cliente': var $name = 'Cliente'; var $hasOne = array('Naturale' = array('className'= 'Naturale', 'conditions' = '', 'order'= '',

Re: Edit problem

2007-03-30 Thread savagekabbage
Did you try to throw a few pr()'s in the controller before the save to see what the values were set at? On Mar 30, 9:47 am, christianandradet [EMAIL PROTECTED] wrote: Iam trying to edit a Cliente an i have this in my model 'Cliente': var $name = 'Cliente'; var $hasOne = array('Naturale' =