Jorge Godoy <[EMAIL PROTECTED]> writes: > I am "playing" with DataController from latest SVN and while trying to add a > better "title" to the form generated automatically, I got this traceback:
(...) > My column declaration is: > > nomeAbreviado = UnicodeCol(length = 30, unique = True, title = 'Nome') > > > If I remove the "title = 'Nome'" attribute, the form is built right but with a > useless name of "Nomeabreviado" -- it makes sense for a developer, but not as > a title for user's input. Submitted as ticket #272 (http://trac.turbogears.org/turbogears/ticket/272). -- Jorge Godoy <[EMAIL PROTECTED]>

