Nicky Ayoub wrote: > I use something like this: > > options=[(group.id, group.displayName) for group in model.TG_Group.select > ()] > > That way I can use the option value to relate to the database object. > > Is there a drawback with this technique?
No, you're doing the right thing and this is what Richard should also use I guess. ;-) Ciao Michele --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

