Passing a dictionary where the keys matched the 'name's of the form fields worked.
But David's recommendation of using label instead of name is, I believe, the best solution. Now I don't have to worry about matching those names all over the place. This problem is now closed!! Thanks for everyone's help, Denny On May 4, 12:27 pm, [EMAIL PROTECTED] wrote: > On Fri, 4 May 2007 at 10:54, Denny wrote: > > SInce I want a more user friendly name to be displayed, I suspect I > > Err, that was a little cryptic. What I meant was, try using > the 'label' parameter where you were previously using 'name' > to set a user friendly title. I think that will do what you want, > without munging with dictionaries. > > --David --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

