[Zope3-Users] Widget Error on direct __call__ with pt
Dennis Schulz
d.schulz81 at gmx.net
Thu Dec 7 06:03:42 EST 2006
The error occurs when try to get the widget structure of the
objectwidget in my page tamplate:
<td tal:define="widget python:view.widgets.get('items')" >
<div class="CellsTableRowListHeader"
tal:content="structure widget"></div>
</td>
In the earlier version (with the html dirctly in the call method) this
was necessary.
Is there a problem with ZopeTwoPageTemplateFile?
Dennis
More information about the Zope3-users
mailing list