On Mar 4, 7:25 pm, Matt <[email protected]> wrote: > I would like the app to automatically know which supplier it is being > related to.
You can either: a) make the id of the supplier an argument to the controller action (named or un-named) or b) insert a hidden field with the value of the supplier's id on the form containing the contacts multiple select list (or whatever form element you're using). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
