> I added your comment to the ticket. I'm not sure that those are > related, but they can certainly be investigated at the same time.
This is bug #390, I'm not seeing this problem in rev 516: In [1]: from turbogears import widgets as W In [2]: tx = W.TextField(name="title") In [3]: tx.render().strip() Out[3]: '<INPUT ID="title" TYPE="text" CLASS="text_field" VALUE="" NAME="title">' In [4]: tx = W.TextField(name="translate") In [5]: tx.render().strip() Out[5]: '<INPUT ID="translate" TYPE="text" CLASS="text_field" VALUE="" NAME="translate">'

