Hello,
I'll keep this short and sweet for the sake of sanity. But I would appreciate any tips on where I am going wrong. Been banging my head for some hours now with no resolution. I have 4 tables: assignee company priority task ISSUE: I can only get a select-box to auto generate with scaffold for Company. And I have tried all relationship types to resolve this with no luck. Model relationships are as follows: Assignee hasMany Task Company hasMany Task Task hasOne Priority Task belongsTo Company Priority belongsTo Task IDEAL SOLUTION: When I post a new Task, I would like: Priority, Assignee, and Company to each show in their own select-box. As it stands now, I can only get one of the proposed fields to populate a select-box. All other fields default to a plain input text box. SOS!!!! -- View this message in context: http://www.nabble.com/Scaffolding-%3A%3A-Select-Box-Relationship-%3A%3A-Issues-%3A%3A-%28for-prototype-app%29-tp23380350p23380350.html Sent from the CakePHP mailing list archive at Nabble.com. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
