No problem, hope this helps: options_for_select: generate HTML "<option>" set. Combine into select function.
options_for_select_from_objects: same but get the labels and values from specific attributes in a list of objects. Deprecate. options_for_select_from_dicts: same but get the labels and values from specific keys in a list of dicts. Deprecate. On Tue, May 20, 2008 at 1:23 PM, Joe Riopel <[EMAIL PROTECTED]> wrote: > > On Tue, May 20, 2008 at 11:58 AM, Garland, Ken R <[EMAIL PROTECTED]> wrote: >> >> c.list would be the text of the options. > > What would be the value of the options? Sorry if this is really > simple, but the objects in my c.type_list are not strings, they are > instances of a class I created. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
