Re: One to many forms with ajax

2008-07-13 Thread Andraž
Hm, I see, that i didn't reply to this post. :( http://groups.google.com/group/cake-php/browse_thread/thread/3f707d87836750ab On Jul 12, 9:12 pm, Andraž <[EMAIL PROTECTED]> wrote: > Did you find the solution? --~--~-~--~~~---~--~~ You received this message becaus

Re: One to many forms with ajax

2008-07-12 Thread Andraž
Did you find the solution? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTE

Re: One to many forms with ajax

2007-06-19 Thread Jeremy David Pointer
In case it makes a difference I'm using CakePHP 1.2 Jeremy David Pointer wrote: > It's always boggled me why there are lots of many to many relationship > examples but hardly any one to many examples. > > My major stumbling block here is how to set up the form and controller > to save the detail

One to many forms with ajax

2007-06-19 Thread Jeremy David Pointer
It's always boggled me why there are lots of many to many relationship examples but hardly any one to many examples. My major stumbling block here is how to set up the form and controller to save the detail lines when 'Save' is clicked and how to manage the detail table when / are clicked. Is