If there is no validation I would probably create my data array so you have one Review with Many ServiceTypes, each with its many Criterias.
In the controller I would then save the Review before looping through each ServiceType using saveAll to save ServiceType and it's many Criteria. This should negate the need for massaging the data array as I don't think you can call one saveAll to save all of this in one go. Hope this gives you another angle to consider, and form looks good by the way :P 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 To unsubscribe from this group, send email to cake-php+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
