On 12/23/05, Gary Godfrey <[EMAIL PROTECTED]> wrote: > > > Ronald Jaramillo wrote: > > The could be extended to check if your model column has a title > > attribute and a default value: > > return widgets.TextField(name=column.name,label=(column.title or > > column.name), default=column.default) > > I like it. I've opened a ticket and put up a patch. > > http://trac.turbogears.org/turbogears/ticket/254
With tests, no less! That's my kind of patch! Thanks! Kevin

