Hi, after some trial-and-error I found the solution (and simple of course ... why did I spend so much time on that?!): fields in fieldList must not contain the modelname (i.e. not "model.field") but just the fieldnames of the models to be saved. So in your case, jakobjp, your fieldList-Array should look like this: array( "first_name", "last_name", "street", "city" ). Additionally, equal fieldnames in different models do not matter.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
