Hey,
I started to port my TG1 application to TG1.1. All seems good, but I
noticed that none of my forms are showing... My forms of course are a
turbogears.widgets.Form object.
I did some checks, and found that on my old TG1 enviroment, I get an
empty string for a new empty form:
> tg-admin shell
> widgets.Form().render()
''
But for my new TG1.1, I get a TypeError:
> tg-admin shell
> widgets.Form().render()
../TurboGears-1.1-py2.5.egg/turbogears/widgets/base.pyc in render
(self, value, format, **params)
299 """
300 elem = self.display(value, **params)
--> 301 t = PlainHTML(elements=elem)
302 return t.serialize(output=format, fragment=True)
303
TypeError: 'NoneType' object is not callable
Did something change? Am I missing something obvious?
Apparently, it's not just Form widgets, but all kind of widgets...
Thank you!
Yo'av
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---