On Thu, 3 May 2007 at 13:52, Denny wrote: > I'm a newbie who's having problem including current database data in > an edit form! > > I have defined the following form/widget: > > class sandboxDataFields(widgets.WidgetsList): > researcher_name = widgets.TextField(name="Researcher's Name",
Asking the stupid question just in case: your Model field names match the names you've specified for the fields in your widget list? I've also heard that SQLObject (if that is what you are using) occasionally has trouble with names with underscores in them, though I don't think that that issue would apply here. --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 -~----------~----~----~----~------~----~------~--~---

