I've posted a patch for the new widgets API which you can use to avoid it:

http://trac.turbogears.org/turbogears/attachment/ticket/490/ newbase_widget_vars.2.patch

The discussion is at:

http://trac.turbogears.org/turbogears/ticket/490

Hope i helps,

Alberto.
On Feb 5, 2006, at 1:09 PM, Max Ischenko wrote:

1. I don't like been forced to write boilerplate code like this:
    def update_data(self, d):
        d['headers'] = self.headers
        d['collist'] = self.collist
        d['getcol'] = self.getcol

Reply via email to