You can have all the select boxes wrapped within a form and have the user submit the form to your controller of choice or you can do it using Ajax.
On Sun, Nov 15, 2009 at 7:21 PM, Jas <[email protected]> wrote: > Hi, > I've got a few select boxes in the view where the user can do some > processing, the end result goes to a final select box. This is all > done with some Javascript. > I've got the data from the final select box as an Array (Javascript) > which includes the ids. How can I send this array back to the > controller for saving? > > -- > > 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]<cake-php%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/cake-php?hl=. > > > -- 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=.
