I need to simply generate Select Boxes in Scaffolded views for foreign keys. Even if i define relations in the models, the Developer/Web tools never generate the appropriate select/combo boxes in the views. All my foreign keys have a convention of ending up with _id for e.g. "country_id, product_id" etc.
I've a lot of basic code to generate before getting into the actual developement. Any advice would be highly appreciated.