Re: hasOne->HABTM save problem

2010-03-05 Thread murkyt
Thanks for your reply Paul, I think that I am trying to get Cake to go too far down the association chain. I have tried the code you provided and it still does not save into the HABTM model. I may just have to do a manual save of the HABTM data. On Mar 5, 1:08 am, WebbedIT wrote: > > Cake's auto

Re: hasOne->HABTM save problem

2010-03-05 Thread murkyt
t; Try naming your multiple-select field "ExportDocument.ExportDocument". > > $list['docs'] should also be in the format array(ExportDocument.id => > name) > > -- > Varisan International <http://www.varisan.com.au/> > > On Mar 5, 8:56 am, murk

hasOne->HABTM save problem

2010-03-04 Thread murkyt
I have the following relationships set up for a database of Samples. There are many different types of sample and each type has it's own set of fields so I have modelled them as Supertype/Subtypes with hasOne relationships. For an ExportSample it can have one or more documents tied to it. Sample h