Re: Cakephp not able to save associated model

2013-09-26 Thread John Andersen
raries/helpers/form.html#options-for-select-checkbox-and-radio-inputs Kindly tell us of the result you get. Enjoy, John On Thursday, 26 September 2013 04:31:20 UTC+3, Gaurav Kumar wrote: > > (X-posting from > SO<http://stackoverflow.com/questions/19017839/cakephp-not-able-to-save-

Cakephp not able to save associated model

2013-09-26 Thread Gaurav Kumar
(X-posting from SO<http://stackoverflow.com/questions/19017839/cakephp-not-able-to-save-associated-model> ) I've a model `CloudApp` which has HABTM relationship with `Policy` model e.g: class CloudApp extends AppModel { public $displayField = 'name';