Re: Facing problem on Joining table using HABTM

2007-11-30 Thread [EMAIL PROTECTED]
More details are as below: on the view Test size checkboxMultiple('Service.Size', $sizes_list) ?> Test types checkboxMultiple('Service.Group', $groups_list) ?> Test Payments checkboxMultiple('Service.Payment', $payments_list) ?> And the name of the table must be gr

Re: Facing problem on Joining table using HABTM

2007-11-30 Thread [EMAIL PROTECTED]
More details are as below: on the view DogSizes checkboxMultiple('Service.Size', $sizes_list) ?> DogGroup_Types checkboxMultiple('Service.Group', $groups_list) ?> Payments_Types checkboxMultiple('Service.Payment', $payments_list) ?> And the name of the table must be g

Re: Facing problem on Joining table using HABTM

2007-11-30 Thread [EMAIL PROTECTED]
Thank you for your fast response... Thats on the controller i just generate the list of values and save.Here is the controller code. set('sizes_list', $this->Service->Size->generateList()); $this->set('groups_list', $this->Service->Group->generateList()); $this->set('payments_list', $this->S

Re: Facing problem on Joining table using HABTM

2007-11-30 Thread AD7six
On Nov 30, 11:39 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hai friends, > > I am facing a specfic problem on habtm.Incase the version i am using > is 1.2 pre_beta.Everything are working fine except the joining table. > > I am using three set of multiple checkbox.For that i am using th

Facing problem on Joining table using HABTM

2007-11-30 Thread [EMAIL PROTECTED]
Hai friends, I am facing a specfic problem on habtm.Incase the version i am using is 1.2 pre_beta.Everything are working fine except the joining table. I am using three set of multiple checkbox.For that i am using three table.Right now whats happening is first two tables are working fine that th